Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32621870
D12171.1767467834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
D12171.1767467834.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 7:17 PM (10 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5890268
Default Alt Text
D12171.1767467834.diff (6 KB)
Attached To
Mode
D12171: Inherit package metadata from workspace
Attached
Detach File
Event Timeline
Log In to Comment