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"
|
||||
|
||||
[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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue