mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Remove useless alignment spaces
This commit is contained in:
parent
a3c83f10d8
commit
27082526dd
1 changed files with 21 additions and 21 deletions
42
Cargo.toml
42
Cargo.toml
|
@ -9,27 +9,27 @@ repository = "https://github.com/RGBCube/Site"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.77"
|
anyhow = "1.0.77"
|
||||||
axum = { version = "0.7.3", features = [ "macros" ] }
|
axum = { version = "0.7.3", features = [ "macros" ] }
|
||||||
axum-server = { version = "0.6.0", features = [ "tls-rustls" ] }
|
axum-server = { version = "0.6.0", features = [ "tls-rustls" ] }
|
||||||
bytes = "1.5.0"
|
bytes = "1.5.0"
|
||||||
cargo_toml = "0.17.2"
|
cargo_toml = "0.17.2"
|
||||||
chrono = { version = "0.4.31", features = [ "serde" ] }
|
chrono = { version = "0.4.31", features = [ "serde" ] }
|
||||||
clap = { version = "4.4.12", features = [ "derive" ] }
|
clap = { version = "4.4.12", features = [ "derive" ] }
|
||||||
embed = { git = "https://github.com/RGBCube/embed-rs" }
|
embed = { git = "https://github.com/RGBCube/embed-rs" }
|
||||||
env_logger = "0.10.1"
|
env_logger = "0.10.1"
|
||||||
indexmap = "2.1.0"
|
indexmap = "2.1.0"
|
||||||
itertools = "0.12.0"
|
itertools = "0.12.0"
|
||||||
log = { version = "0.4.20", features = [ "serde" ] }
|
log = { version = "0.4.20", features = [ "serde" ] }
|
||||||
maud = { git = "https://github.com/lambda-fairy/maud", features = [ "axum" ] }
|
maud = { git = "https://github.com/lambda-fairy/maud", features = [ "axum" ] }
|
||||||
mime_guess = "2.0.4"
|
mime_guess = "2.0.4"
|
||||||
minify-js = "0.6.0"
|
minify-js = "0.6.0"
|
||||||
pulldown-cmark = "0.9.3"
|
pulldown-cmark = "0.9.3"
|
||||||
serde = { version = "1.0.195", features = [ "derive" ] }
|
serde = { version = "1.0.195", features = [ "derive" ] }
|
||||||
serde_yaml = "0.9.30"
|
serde_yaml = "0.9.30"
|
||||||
tokio = { version = "1.35.1", features = [ "full" ] }
|
tokio = { version = "1.35.1", features = [ "full" ] }
|
||||||
tower = "0.4.13"
|
tower = "0.4.13"
|
||||||
tower-http = { version = "0.5.0", features = [ "trace" ] }
|
tower-http = { version = "0.5.0", features = [ "trace" ] }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }
|
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue