diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 22:21:19 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 22:21:19 -0500 |
commit | d9125314809e7f03cb155f91d535e94da583a365 (patch) | |
tree | f34bc2e978d5e79f0dc62aa7a5faa8f096b46dc5 /Cargo.toml | |
parent | fix admin (diff) | |
download | xssbook-d9125314809e7f03cb155f91d535e94da583a365.tar.gz xssbook-d9125314809e7f03cb155f91d535e94da583a365.tar.bz2 xssbook-d9125314809e7f03cb155f91d535e94da583a365.zip |
custosm avatars and banners
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = { version = "1.23.0", features = ["full"] } -axum = { version = "0.6.4", features = ["headers"] } +axum = { version = "0.6.4", features = ["headers", "query"] } axum-client-ip = "0.3.1" tower-http = { version = "0.3.5", features = ["fs"] } tower_governor = "0.0.4" @@ -19,4 +19,5 @@ serde_json = { version = "1.0", features = ["std"] } rusqlite = { version = "0.28.0", features = ["bundled"] } rand = "0.8.5" time = "0.3.17" -lazy_static = "1.4.0"
\ No newline at end of file +lazy_static = "1.4.0" +image = "0.24.3"
\ No newline at end of file |