aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9d6e8b..5446260 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,10 @@ homepage = "https://git.kanjala.com/warden"
[workspace.dependencies]
serde = "1.0.228"
serde_json = "1.0.149"
+time = { version = "0.3.47", default-features = false }
tracing = "0.1.44"
url = "2.5.8"
+uuid = "1.23.0"
[workspace.dependencies.sqlx]
version = "0.8.6"