diff options
Diffstat (limited to 'crates/rocie-client')
| -rw-r--r-- | crates/rocie-client/Cargo.toml | 13 |
1 files changed, 8 insertions, 5 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] |
