mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 14:06:42 +02:00
fix: fixed spacing in cargo.toml
Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
parent
c8da248e0c
commit
1d79745823
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ rand = "0.8.5"
|
||||||
rust-argon2 = { git = "https://github.com/sru-systems/rust-argon2", rev = "e6cb5bf99643e565f4f0d103960d655dac9f3097" }
|
rust-argon2 = { git = "https://github.com/sru-systems/rust-argon2", rev = "e6cb5bf99643e565f4f0d103960d655dac9f3097" }
|
||||||
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
|
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
|
||||||
# Used to validate hostnames, already included in reqwest however we need access to it
|
# Used to validate hostnames, already included in reqwest however we need access to it
|
||||||
url = {version = "^2", features = ["serde"]}
|
url = { version = "^2", features = ["serde"] }
|
||||||
# Used for conduit::Error type
|
# Used for conduit::Error type
|
||||||
thiserror = "1.0.51"
|
thiserror = "1.0.51"
|
||||||
# Used to generate thumbnails for images
|
# Used to generate thumbnails for images
|
||||||
|
|
Loading…
Add table
Reference in a new issue