diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ edition = "2021" [dependencies] dumb_cgi = "0.7.0" -#anyhow = "1.0.71" -#sqlx = { version = "0.6", features = [ "postgres", "macros", "runtime-tokio-native-tls", "tls" ] } -#tokio = { version = "1", features = ["full"] } postgres = "0.18.0" regex = "1" dotenv = "0.15" |