diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 02:54:10 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 02:54:10 +0100 |
| commit | dfa946c77c1173595e5431bf683ad9498501b81d (patch) | |
| tree | 2e2f79747669abc588a810e88d79212258490176 /crates | |
| parent | chore(rocie-client): Re-generate (diff) | |
| download | server-dfa946c77c1173595e5431bf683ad9498501b81d.zip | |
build(rocie-{client,server}): Mark as publishable
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rocie-client/Cargo.toml | 13 | ||||
| -rw-r--r-- | crates/rocie-server/Cargo.toml | 2 |
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 |
