Skip to content

Commit

Permalink
Clarify license in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Feb 21, 2024
1 parent edf2afd commit 5d58de0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions presage-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "presage-cli"
version = "0.6.0-dev"
edition = "2021"
authors = ["Gabriel Féron <[email protected]>"]
license = "AGPL-3.0-only"

[dependencies]
presage = { path = "../presage" }
Expand Down
1 change: 1 addition & 0 deletions presage-store-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "presage-store-cipher"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-only"

[dependencies]
blake3 = "1.5.0"
Expand Down
1 change: 1 addition & 0 deletions presage-store-sled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "presage-store-sled"
version = "0.6.0-dev"
edition = "2021"
authors = ["Gabriel Féron <[email protected]>"]
license = "AGPL-3.0-only"

[build-dependencies]
prost-build = "> 0.10, <= 0.12"
Expand Down
1 change: 1 addition & 0 deletions presage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name = "presage"
version = "0.6.0-dev"
authors = ["Gabriel Féron <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-only"

[dependencies]
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "a2e7540a71866a62028ad0205574a5feb0e717ec" }
Expand Down

0 comments on commit 5d58de0

Please sign in to comment.