aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-07-01 12:19:44 +0200
committerDennis Eriksen <d@ennis.no>2023-07-01 12:19:44 +0200
commit1caa728cb46db4d334204b652a46c27f2fc68ac4 (patch)
treeda2131f06cab3f4d2973c938fcb48079b89fdca3 /Cargo.toml
parentthis now actually works, and can be used. TODO: cleanup and make it pretty (diff)
downloadpurl-rs-1caa728cb46db4d334204b652a46c27f2fc68ac4.tar.gz
Cleaning up. Starting with response-function.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a066b5..cbddcd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"