aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-02-12 15:01:06 +0100
committerFxQnLr <[email protected]>2024-02-12 15:01:06 +0100
commit48ef94cf8633821f0fe3c0204580648d44f33015 (patch)
treeefa6f1ff39944c739856fc7f489f71f40243fd0c /Cargo.toml
parent8ed77d7ab484121e9d70158e14c9fd6c243f1c70 (diff)
downloadwebol-48ef94cf8633821f0fe3c0204580648d44f33015.tar
webol-48ef94cf8633821f0fe3c0204580648d44f33015.tar.gz
webol-48ef94cf8633821f0fe3c0204580648d44f33015.zip
remove unused dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14a955c..0fb250a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ time = { version = "0.3", features = ["macros"] }
14serde = { version = "1.0", features = ["derive"] } 14serde = { version = "1.0", features = ["derive"] }
15serde_json = "1.0" 15serde_json = "1.0"
16config = "0.14" 16config = "0.14"
17once_cell = "1.18"
18sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} 17sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]}
19surge-ping = "0.8" 18surge-ping = "0.8"
20axum-macros = "0.4" 19axum-macros = "0.4"