diff options
author | Tyler Murphy <=> | 2023-07-26 01:04:39 -0400 |
---|---|---|
committer | Tyler Murphy <=> | 2023-07-26 01:04:39 -0400 |
commit | a2c89301d5c63f573ac6680f9c11acda69043a78 (patch) | |
tree | 5d3cccf39438a41f9465e87e06c8bb43834d12f6 /Cargo.toml | |
parent | allow port env (diff) | |
download | xssbook-a2c89301d5c63f573ac6680f9c11acda69043a78.tar.gz xssbook-a2c89301d5c63f573ac6680f9c11acda69043a78.tar.bz2 xssbook-a2c89301d5c63f573ac6680f9c11acda69043a78.zip |
start dms
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,6 @@ edition = "2021" tokio = { version = "1.25.0", features = ["full"] } axum = { version = "0.6.4", features = ["headers", "query"] } tower-http = { version = "0.3.5", features = ["fs"] } -tower_governor = "0.0.4" tower-cookies = "0.8.0" tower = "0.4.13" tracing = "0.1.37" @@ -19,4 +18,4 @@ rusqlite = { version = "0.28.0", features = ["bundled"] } rand = "0.8.5" time = "0.3.17" lazy_static = "1.4" -image = "0.24.5"
\ No newline at end of file +image = "0.24.5" |