Add license
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 12s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 11s
/ check (x86_64-unknown-linux-musl) (push) Successful in 8s
/ clippy (push) Successful in 7s
/ build (aarch64-unknown-linux-musl) (push) Successful in 8s
/ publish-crate (push) Successful in 13s
/ tests (push) Successful in 45s
/ build (armv7-unknown-linux-musleabihf) (push) Successful in 7s
/ build (x86_64-unknown-linux-musl) (push) Successful in 7s
/ publish-forgejo (push) Successful in 5s

This commit is contained in:
asonix 2024-02-25 21:20:08 -06:00
parent 9a4a49fae3
commit e1c57d1930

View file

@ -3,6 +3,7 @@ name = "blurhash-update"
description = "A streaming blurhash encoder in rust"
repository = "https://git.asonix.dog/asonix/blurhash-update"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["blurhash"]
version = "0.1.0"
authors = ["asonix <bark@asonix.dog>"]