mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
Sort deps alphabetically
This commit is contained in:
parent
5705c7c785
commit
b2c2506615
1 changed files with 4 additions and 4 deletions
|
@ -15,21 +15,22 @@ badge = { path = "./libs/badge" }
|
|||
|
||||
anyhow = "1"
|
||||
cadence = "0.27"
|
||||
crates-index = "0.17"
|
||||
derive_more = "0.99"
|
||||
font-awesome-as-a-crate = "0.2"
|
||||
futures = "0.3"
|
||||
hyper = { version = "0.14.10", features = ["full"] }
|
||||
indexmap = { version = "1", features = ["serde-1"] }
|
||||
lru_time_cache = "0.11.1"
|
||||
maud = "0.23"
|
||||
pulldown-cmark = "0.9"
|
||||
once_cell = "1"
|
||||
pin-project = "1"
|
||||
pulldown-cmark = "0.9"
|
||||
relative-path = { version = "1.3", features = ["serde"] }
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
route-recognizer = "0.3"
|
||||
rustsec = "0.25"
|
||||
crates-index = "0.17"
|
||||
semver = { version = "1.0", features = ["serde"] }
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
slog = "2"
|
||||
|
@ -37,7 +38,6 @@ slog-async = "2"
|
|||
slog-term = "2"
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
toml = "0.5"
|
||||
font-awesome-as-a-crate = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
sass-rs = "0.2"
|
||||
|
|
Loading…
Reference in a new issue