1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

Remove useless alignment spaces

This commit is contained in:
RGBCube 2024-01-08 16:21:07 +03:00
parent a3c83f10d8
commit 27082526dd
No known key found for this signature in database

View file

@ -9,27 +9,27 @@ repository = "https://github.com/RGBCube/Site"
edition = "2021"
[dependencies]
anyhow = "1.0.77"
axum = { version = "0.7.3", features = [ "macros" ] }
axum-server = { version = "0.6.0", features = [ "tls-rustls" ] }
bytes = "1.5.0"
cargo_toml = "0.17.2"
chrono = { version = "0.4.31", features = [ "serde" ] }
clap = { version = "4.4.12", features = [ "derive" ] }
embed = { git = "https://github.com/RGBCube/embed-rs" }
env_logger = "0.10.1"
indexmap = "2.1.0"
itertools = "0.12.0"
log = { version = "0.4.20", features = [ "serde" ] }
maud = { git = "https://github.com/lambda-fairy/maud", features = [ "axum" ] }
mime_guess = "2.0.4"
minify-js = "0.6.0"
pulldown-cmark = "0.9.3"
serde = { version = "1.0.195", features = [ "derive" ] }
serde_yaml = "0.9.30"
tokio = { version = "1.35.1", features = [ "full" ] }
tower = "0.4.13"
tower-http = { version = "0.5.0", features = [ "trace" ] }
anyhow = "1.0.77"
axum = { version = "0.7.3", features = [ "macros" ] }
axum-server = { version = "0.6.0", features = [ "tls-rustls" ] }
bytes = "1.5.0"
cargo_toml = "0.17.2"
chrono = { version = "0.4.31", features = [ "serde" ] }
clap = { version = "4.4.12", features = [ "derive" ] }
embed = { git = "https://github.com/RGBCube/embed-rs" }
env_logger = "0.10.1"
indexmap = "2.1.0"
itertools = "0.12.0"
log = { version = "0.4.20", features = [ "serde" ] }
maud = { git = "https://github.com/lambda-fairy/maud", features = [ "axum" ] }
mime_guess = "2.0.4"
minify-js = "0.6.0"
pulldown-cmark = "0.9.3"
serde = { version = "1.0.195", features = [ "derive" ] }
serde_yaml = "0.9.30"
tokio = { version = "1.35.1", features = [ "full" ] }
tower = "0.4.13"
tower-http = { version = "0.5.0", features = [ "trace" ] }
[patch.crates-io]
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }