chore: add license to Cargo.toml
This commit is contained in:
parent
f789271f9e
commit
89b4639a69
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
name = "imagey"
|
name = "imagey"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { version = "0.14.0", features = [ "image" ] }
|
iced = { version = "0.14.0", features = [ "image" ] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue