mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
12 lines
279 B
TOML
12 lines
279 B
TOML
[package]
|
|
name = "async_rustls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.34", features = ["net", "sync"] }
|
|
rustls = "0.21"
|
|
log = "0.4"
|
|
bytes = "1.5" |