diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-27 16:04:04 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-27 16:04:04 -0500 |
commit | 8536e41c64811630ce8c99eb49d81f89bfb69456 (patch) | |
tree | 4066f9e7dc47fbda4b6aa74871d26ebbe3a43d26 /Cargo.toml | |
parent | input length and range checking (diff) | |
download | xssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.tar.gz xssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.tar.bz2 xssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.zip |
rusty boio finished
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ axum = { version = "0.6.4", features = ["headers"] } tower-http = { version = "0.3.5", features = ["fs"] } tower-cookies = "0.8.0" tower = "0.4.13" +bytes = "1.3.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0" rusqlite = { version = "0.28.0", features = ["bundled"] } rand = "0.8.5" -time = "0.3.17" -bytes = "1.3.0"
\ No newline at end of file +time = "0.3.17"
\ No newline at end of file |