diff options
author | Vika <vika@fireburn.ru> | 2024-07-08 21:52:20 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-07-08 21:52:20 +0300 |
commit | 44d30cb4bd710a5fce6804ea29bdfb3e224407ea (patch) | |
tree | 5e03aca51c47b3db389bf727bc86c93299ff6d56 | |
parent | ed949a90e108e00776ed9bfafbbabec14df580e1 (diff) | |
download | kittybox-44d30cb4bd710a5fce6804ea29bdfb3e224407ea.tar.zst |
Add licensing information to Cargo.toml
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 89c2d1f..af034c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "kittybox" version = "0.1.0" authors = ["Vika <vika@fireburn.ru>"] +license = "AGPL-3.0-only" edition = "2021" default-run = "kittybox" autobins = false |