From 27082526dd42ede75ada4b0cd713fc27bf22da8c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 16:21:07 +0300 Subject: [PATCH] Remove useless alignment spaces --- Cargo.toml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34185ce..ea1043b 100644 --- a/Cargo.toml +++ b/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" }