summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-16 20:24:52 +0200
committerrtkay123 <dev@kanjala.com>2025-07-16 20:24:52 +0200
commit5fdb24b6a2cef7964a049e789ed90f883221d657 (patch)
tree84b69fdb8faa859797b38b45f952b9c6d7c50165 /Cargo.toml
parent0a3040fba40d42c62ea70b7ccbade28e43ebaad5 (diff)
downloadsellershut-5fdb24b6a2cef7964a049e789ed90f883221d657.tar.bz2
sellershut-5fdb24b6a2cef7964a049e789ed90f883221d657.zip
feat: activity
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 08bf4ed..8bdf694 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,8 @@ async-trait = "0.1.88"
axum = { version = "0.8.4", features = ["macros"] }
clap = { version = "4.5.41", features = ["derive"] }
config = { version = "0.15.13", default-features = false, features = ["toml"] }
+enum_delegate = "0.2.0"
+nanoid = "0.4.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["macros", "migrate", "runtime-tokio", "time", "tls-rustls", "uuid"] }