From dfa946c77c1173595e5431bf683ad9498501b81d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 02:54:10 +0100 Subject: build(rocie-{client,server}): Mark as publishable --- crates/rocie-client/Cargo.toml | 13 ++++++++----- 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 -- cgit 1.4.1