aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfx <[email protected]>2023-10-25 12:53:31 +0200
committerfx <[email protected]>2023-10-25 12:53:31 +0200
commit00dd8a9abee6b9f0cfc37c6f20f30f0d99dfe91a (patch)
tree7906b5836f3ca24686b1b7418c2128b93c33a398 /Cargo.toml
parentf9224ff02e688dec819ab81893320a0611f2a198 (diff)
downloadwebol-00dd8a9abee6b9f0cfc37c6f20f30f0d99dfe91a.tar
webol-00dd8a9abee6b9f0cfc37c6f20f30f0d99dfe91a.tar.gz
webol-00dd8a9abee6b9f0cfc37c6f20f30f0d99dfe91a.zip
runs, no error handling
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 9bdc4da..d29a1b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,5 @@ config = "0.13.3"
17once_cell = "1.18.0" 17once_cell = "1.18.0"
18sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} 18sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]}
19surge-ping = "0.8.0" 19surge-ping = "0.8.0"
20axum-macros = "0.3.8"
21uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }