about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/rocie-client/Cargo.toml13
-rw-r--r--crates/rocie-server/Cargo.toml2
2 files changed, 9 insertions, 6 deletions
diff --git a/crates/rocie-client/Cargo.toml b/crates/rocie-client/Cargo.toml
index 64b57e9..765369e 100644
--- a/crates/rocie-client/Cargo.toml
+++ b/crates/rocie-client/Cargo.toml
@@ -1,10 +1,13 @@
 [package]
 name = "rocie-client"
-version = "0.1.0"
-authors = ["benedikt.peetz@b-peetz.de"]
-description = "An enterprise grocery management system"
-license = "GPL-3.0-or-later"
-edition = "2024"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+license.workspace = true
+repository.workspace = true
+rust-version.workspace = true
+description.workspace = true
+publish = true
 
 
 [dependencies]
diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml
index 3709ed1..fdcf9ef 100644
--- a/crates/rocie-server/Cargo.toml
+++ b/crates/rocie-server/Cargo.toml
@@ -21,7 +21,7 @@ license.workspace = true
 repository.workspace = true
 rust-version.workspace = true
 description.workspace = true
-publish = false
+publish = true
 
 [lints]
 workspace = true