summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 4 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7440fcb..79364b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,6 @@
-[package]
-name = "sellershut"
-version = "0.1.0"
-edition = "2024"
+[workspace]
+resolver = "3"
+members = ["crates/*"]
[workspace.package]
license = "AGPL-3.0-only"
@@ -9,8 +8,4 @@ homepage = "https://git.kanjala.com/sellershut"
documentation = "https://books.kanjala.com/sellershut"
description = "A federated marketplace platform"
-[workspace]
-resolver = "3"
-members = ["."]
-
-[dependencies]
+[workspace.dependencies]