diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ config = "0.13.3" | |||
17 | once_cell = "1.18.0" | 17 | once_cell = "1.18.0" |
18 | sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} | 18 | sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} |
19 | surge-ping = "0.8.0" | 19 | surge-ping = "0.8.0" |
20 | axum-macros = "0.3.8" | ||
21 | uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } | ||