chore: add license to Cargo.toml

This commit is contained in:
electria 2026-07-27 23:17:18 -07:00
commit 89b4639a69
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -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" ] }