diff options
author | Dennis Eriksen <d@ennis.no> | 2023-07-01 12:19:44 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-07-01 12:19:44 +0200 |
commit | 1caa728cb46db4d334204b652a46c27f2fc68ac4 (patch) | |
tree | da2131f06cab3f4d2973c938fcb48079b89fdca3 /Cargo.toml | |
parent | this now actually works, and can be used. TODO: cleanup and make it pretty (diff) | |
download | purl-rs-1caa728cb46db4d334204b652a46c27f2fc68ac4.tar.gz |
Cleaning up. Starting with response-function.
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" |