diff --git a/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml b/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml index f0aaa58ea..a23a56cfe 100644 --- a/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml +++ b/native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/Cargo.toml @@ -1,21 +1,22 @@ [package] name = "opaque-ke-cxx" version = "0.1.0" edition = "2021" +license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] argon2 = "0.3" opaque-ke = "1.2.0" curve25519-dalek = "3" rand = "0.8" sha2 = "0.9" digest = "0.9" cxx = "1.0" [build-dependencies] cxx-build = "1.0" [lib] crate-type = ["staticlib"] diff --git a/services/commtest/Cargo.toml b/services/commtest/Cargo.toml index c7b0c4570..83fe61bc8 100644 --- a/services/commtest/Cargo.toml +++ b/services/commtest/Cargo.toml @@ -1,18 +1,19 @@ [package] name = "commtest" version = "0.1.0" edition = "2021" +license = "BSD-3-Clause" [dependencies] tonic = "0.6" tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } prost = "0.9" futures = "0.1" async-stream = "0.3.2" derive_more = "0.99.16" bytesize = "1.1.0" lazy_static = "1.4.0" [build-dependencies] tonic-build = "0.6" derive_more = "0.99.16" diff --git a/services/identity/Cargo.toml b/services/identity/Cargo.toml index 57979a4a7..17ccf6922 100644 --- a/services/identity/Cargo.toml +++ b/services/identity/Cargo.toml @@ -1,31 +1,32 @@ [package] name = "identity" version = "0.1.0" edition = "2021" +license = "BSD-3-Clause" [dependencies] tonic = "0.6" prost = "0.9" futures-core = "0.3" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1.9" opaque-ke = { version = "1.2.0", features = ["std"] } argon2 = "0.3" curve25519-dalek = "3" sha2 = "0.9" digest = "0.9" clap = { version = "3.1.12", features = ["derive"] } derive_more = "0.99" aws-config = "0.15.0" aws-sdk-dynamodb = "0.15.0" aws-types = "0.15.0" tracing = "0.1" tracing-subscriber = "0.3" chrono = "0.4.19" rand = "0.8" bytes = "1.1" constant_time_eq = "0.2.2" siwe = "0.3" [build-dependencies] tonic-build = "0.6" diff --git a/services/tunnelbroker/rust-notifications/Cargo.toml b/services/tunnelbroker/rust-notifications/Cargo.toml index fe225fe02..489ac638c 100644 --- a/services/tunnelbroker/rust-notifications/Cargo.toml +++ b/services/tunnelbroker/rust-notifications/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "rust-notifications" description = "Library for sending iOS and Android push notifications" homepage = "https://comm.app" version = "0.1.0" -license = "MIT" +license = "BSD-3-Clause" edition = "2021" [dependencies] [lib] crate-type=["staticlib"]