diff --git a/presage-cli/Cargo.toml b/presage-cli/Cargo.toml index efb62dfc0..1b655fa81 100644 --- a/presage-cli/Cargo.toml +++ b/presage-cli/Cargo.toml @@ -3,6 +3,7 @@ name = "presage-cli" version = "0.6.0-dev" edition = "2021" authors = ["Gabriel Féron "] +license = "AGPL-3.0-only" [dependencies] presage = { path = "../presage" } diff --git a/presage-store-cipher/Cargo.toml b/presage-store-cipher/Cargo.toml index 9a93a9d79..944c6c334 100644 --- a/presage-store-cipher/Cargo.toml +++ b/presage-store-cipher/Cargo.toml @@ -2,6 +2,7 @@ name = "presage-store-cipher" version = "0.1.0" edition = "2021" +license = "AGPL-3.0-only" [dependencies] blake3 = "1.5.0" diff --git a/presage-store-sled/Cargo.toml b/presage-store-sled/Cargo.toml index 79fcb5789..23983eacd 100644 --- a/presage-store-sled/Cargo.toml +++ b/presage-store-sled/Cargo.toml @@ -3,6 +3,7 @@ name = "presage-store-sled" version = "0.6.0-dev" edition = "2021" authors = ["Gabriel Féron "] +license = "AGPL-3.0-only" [build-dependencies] prost-build = "> 0.10, <= 0.12" diff --git a/presage/Cargo.toml b/presage/Cargo.toml index c387c9026..a756c4238 100644 --- a/presage/Cargo.toml +++ b/presage/Cargo.toml @@ -4,6 +4,7 @@ name = "presage" version = "0.6.0-dev" authors = ["Gabriel Féron "] edition = "2021" +license = "AGPL-3.0-only" [dependencies] libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "1a8cdf81" }