sort dependencies alphabetically

This commit is contained in:
Johann150 2021-03-25 20:45:57 +01:00
parent b2d571de6b
commit c338696242
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 33 additions and 45 deletions

View file

@ -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