tifsep/Cargo.toml

18 lines
355 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]
lazy-regex = "3.1.0"
lazy_static = "1.4.0"
regex = "1.10.3"
reqwest = "0.11.23"
rocket = "0.5.0"
rustls = "0.22.2"
tokio = "1.35.1"
urlencoding = "2.1.3"
webpki-roots = "0.26.0"