diff --git a/Cargo.toml b/Cargo.toml index 55eeaa9..519eeb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "imagey" version = "0.1.0" edition = "2024" +license = "AGPL-3.0-or-later" [dependencies] iced = { version = "0.14.0", features = [ "image" ] }