summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-15 08:56:52 +0200
committerrtkay123 <dev@kanjala.com>2025-07-15 08:56:52 +0200
commit096630708d27bca324cc83f1a830d4b9bbbb7917 (patch)
tree3a2a2a6ea25502cf32b9179c2d1a4a12852de305 /Cargo.toml
parenta69c24e561c8ae16dc730f7713f8d8da0bd25e0e (diff)
downloadsellershut-096630708d27bca324cc83f1a830d4b9bbbb7917.tar.bz2
sellershut-096630708d27bca324cc83f1a830d4b9bbbb7917.zip
feat: read identifiers from config
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4dd7120..08bf4ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ axum = { version = "0.8.4", features = ["macros"] }
clap = { version = "4.5.41", features = ["derive"] }
config = { version = "0.15.13", default-features = false, features = ["toml"] }
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"] }
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread", "signal"] }
tower-http = { version = "0.6.6", features = ["trace"] }