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 48036ad..fe6a375 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "3"
-members = ["crates/*"]
+members = ["sellershut"]
[workspace.package]
license = "AGPL-3.0-only"
@@ -8,3 +8,5 @@ readme = "README.md"
documentation = "https://books.kanjala.com/sellershut"
[workspace.dependencies]
+tokio = "1.49.0"
+tracing = "0.1.44"