aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-08 11:20:43 +0200
committerrtkay123 <dev@kanjala.com>2026-02-08 11:20:43 +0200
commit39486cdec7f9e7753d0e40be4b65ab18668caf26 (patch)
treeb49f99f26a9b452c4e64ed5d55eee5978cf4315e /Cargo.toml
parent46ff5baab8bc54d63710b82d6fb16d0142deada7 (diff)
downloadsellershut-39486cdec7f9e7753d0e40be4b65ab18668caf26.tar.bz2
sellershut-39486cdec7f9e7753d0e40be4b65ab18668caf26.zip
chore: create workspace
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..48036ad
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[workspace]
+resolver = "3"
+members = ["crates/*"]
+
+[workspace.package]
+license = "AGPL-3.0-only"
+readme = "README.md"
+documentation = "https://books.kanjala.com/sellershut"
+
+[workspace.dependencies]