mirror of
https://github.com/Myzel394/tifsep.git
synced 2025-06-18 15:35:26 +02:00
13 lines
256 B
TOML
13 lines
256 B
TOML
[package]
|
|
name = "tcp_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = "0.11.23"
|
|
rustls = "0.22.2"
|
|
tokio = "1.35.1"
|
|
webpki-roots = "0.26.0"
|