mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
sort dependencies alphabetically
This commit is contained in:
parent
b2d571de6b
commit
c338696242
2 changed files with 33 additions and 45 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -12,23 +12,23 @@ edition = "2018"
|
|||
exclude = ["/tools", "/.github", "/release.sh", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"]
|
||||
|
||||
[dependencies]
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
configparser = "2.0"
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
getopts = "0.2.21"
|
||||
glob = "0.3"
|
||||
log = "0.4"
|
||||
mime_guess = "2.0"
|
||||
once_cell = "1.5"
|
||||
percent-encoding = "2.1"
|
||||
rustls = "0.19.0"
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.2.1"
|
||||
glob = "0.3"
|
||||
configparser = "2.0"
|
||||
webpki = "0.21.4"
|
||||
|
||||
[dev-dependencies]
|
||||
gemini-fetch = "0.2.1"
|
||||
anyhow = "1.0"
|
||||
gemini-fetch = "0.2.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue