aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe6a375..2a943f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "3"
-members = ["sellershut"]
+members = [ "sellershut", "lib/*" ]
[workspace.package]
license = "AGPL-3.0-only"
@@ -8,5 +8,7 @@ readme = "README.md"
documentation = "https://books.kanjala.com/sellershut"
[workspace.dependencies]
+serde = "1.0.228"
+thiserror = "2.0.18"
tokio = "1.49.0"
tracing = "0.1.44"