aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0bb4411..024a6a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,13 @@
[workspace]
resolver = "3"
-members = [ "warden" ]
+members = ["warden"]
[workspace.package]
license = "AGPL-3.0-only"
readme = "README.md"
documentation = "https://books.kanjala.com/warden"
homepage = "https://git.kanjala.com/warden"
+
+[workspace.dependencies]
+serde = "1.0.228"
+tracing = "0.1.44"