diff --git a/keyserver/addons/rust-node-addon/Cargo.toml b/keyserver/addons/rust-node-addon/Cargo.toml --- a/keyserver/addons/rust-node-addon/Cargo.toml +++ b/keyserver/addons/rust-node-addon/Cargo.toml @@ -1,8 +1,9 @@ [package] -edition = "2021" name = "rust-node-addon" version = "0.1.0" -license = "BSD-3-Clause" +edition.workspace = true +license.workspace = true +homepage.workspace = true [lib] crate-type = ["cdylib"] diff --git a/services/backup/Cargo.toml b/services/backup/Cargo.toml --- a/services/backup/Cargo.toml +++ b/services/backup/Cargo.toml @@ -2,9 +2,9 @@ name = "backup" version = "0.1.0" description = "Backup service" -homepage = "https://comm.app" -license = "BSD-3-Clause" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] anyhow = "1.0" diff --git a/services/blob/Cargo.toml b/services/blob/Cargo.toml --- a/services/blob/Cargo.toml +++ b/services/blob/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "blob" -description = "Blob service" -homepage = "https://comm.app" -license = "BSD-3-Clause" version = "1.0.0" -edition = "2021" +description = "Blob service" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] actix-multipart = "0.6" diff --git a/services/commtest/Cargo.toml b/services/commtest/Cargo.toml --- a/services/commtest/Cargo.toml +++ b/services/commtest/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "commtest" version = "0.1.0" -edition = "2021" -license = "BSD-3-Clause" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] comm-opaque2 = { path = "../../shared/comm-opaque2" } diff --git a/services/feature-flags/Cargo.toml b/services/feature-flags/Cargo.toml --- a/services/feature-flags/Cargo.toml +++ b/services/feature-flags/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "feature-flags" -description = "Feature Flags service" -homepage = "https://comm.app" -license = "BSD-3-Clause" version = "0.1.0" -edition = "2021" +description = "Feature Flags service" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] actix-web = "4.3" diff --git a/services/identity/Cargo.toml b/services/identity/Cargo.toml --- a/services/identity/Cargo.toml +++ b/services/identity/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "identity" version = "0.1.0" -edition = "2021" -license = "BSD-3-Clause" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] tonic = "0.9.1" diff --git a/services/reports/Cargo.toml b/services/reports/Cargo.toml --- a/services/reports/Cargo.toml +++ b/services/reports/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "reports" -description = "reports service" -homepage = "https://comm.app" -license = "BSD-3-Clause" version = "0.1.0" -edition = "2021" +description = "reports service" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] actix-web = "4.3" diff --git a/services/tunnelbroker/Cargo.toml b/services/tunnelbroker/Cargo.toml --- a/services/tunnelbroker/Cargo.toml +++ b/services/tunnelbroker/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tunnelbroker" -description = "Tunnelbroker server" -homepage = "https://comm.app" -license = "BSD-3-Clause" version = "0.5.0" -edition = "2021" links = "tunnelbroker" +description = "Tunnelbroker server" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] anyhow = "1.0" diff --git a/shared/backup_client/Cargo.toml b/shared/backup_client/Cargo.toml --- a/shared/backup_client/Cargo.toml +++ b/shared/backup_client/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "backup_client" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] comm-lib = { path = "../comm-lib" } diff --git a/shared/comm-lib/Cargo.toml b/shared/comm-lib/Cargo.toml --- a/shared/comm-lib/Cargo.toml +++ b/shared/comm-lib/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "comm-lib" version = "0.1.0" -edition = "2021" -license = "BSD-3-Clause" +edition.workspace = true +license.workspace = true +homepage.workspace = true [features] blob-client = [ diff --git a/shared/comm-opaque2/Cargo.toml b/shared/comm-opaque2/Cargo.toml --- a/shared/comm-opaque2/Cargo.toml +++ b/shared/comm-opaque2/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "comm-opaque2" version = "0.2.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] argon2 = "0.4" diff --git a/shared/grpc_clients/Cargo.toml b/shared/grpc_clients/Cargo.toml --- a/shared/grpc_clients/Cargo.toml +++ b/shared/grpc_clients/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "grpc_clients" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true [dependencies] derive_more = "0.99" diff --git a/shared/identity_search_messages/Cargo.toml b/shared/identity_search_messages/Cargo.toml --- a/shared/identity_search_messages/Cargo.toml +++ b/shared/identity_search_messages/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "identity_search_messages" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/shared/tunnelbroker_messages/Cargo.toml b/shared/tunnelbroker_messages/Cargo.toml --- a/shared/tunnelbroker_messages/Cargo.toml +++ b/shared/tunnelbroker_messages/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "tunnelbroker_messages" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/shared/websocket_messages/Cargo.toml b/shared/websocket_messages/Cargo.toml --- a/shared/websocket_messages/Cargo.toml +++ b/shared/websocket_messages/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "websocket_messages" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html