summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-27 16:04:04 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-27 16:04:04 -0500
commit8536e41c64811630ce8c99eb49d81f89bfb69456 (patch)
tree4066f9e7dc47fbda4b6aa74871d26ebbe3a43d26 /Cargo.toml
parentinput length and range checking (diff)
downloadxssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.tar.gz
xssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.tar.bz2
xssbook-8536e41c64811630ce8c99eb49d81f89bfb69456.zip
rusty boio finished
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce2f3f3..1d3a937 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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