mirror of
https://github.com/samsonjs/agate.git
synced 2026-04-05 10:55:48 +00:00
Sort dependencies
This commit is contained in:
parent
06aa131196
commit
5d187a47fc
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@ edition = "2018"
|
|||
[dependencies]
|
||||
async-tls = { version = "0.11.0", default-features = false, features = ["server"] }
|
||||
async-std = "1.5"
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
log = "0.4"
|
||||
mime_guess = "2.0"
|
||||
once_cell = "1.4"
|
||||
rustls = "0.19.0"
|
||||
url = "2.1"
|
||||
log = "0.4"
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue