summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 9348d86..d939013 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -12,3 +12,6 @@ sqlx = { version = "0.7.0", default-features = false, features = ["macros", "mig
time = "0.3.34"
utoipa = { version = "5", features = ["rocket_extras"] }
utoipa-swagger-ui = { version = "8", features = ["rocket", "vendored"], default-features = false }
+
+[dev-dependencies]
+stdext = "0.3.3"