mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Use async-std
This commit is contained in:
parent
2954a96c89
commit
f89d2179a9
3 changed files with 439 additions and 20 deletions
|
|
@ -10,9 +10,9 @@ readme = "README.md"
|
|||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies.rustls]
|
||||
version = "0.17.0"
|
||||
default-features = false
|
||||
[dependencies]
|
||||
async-tls = "0.7.0"
|
||||
async-std = "1.5"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue