flowgate/Cargo.toml
2025-04-07 00:15:10 +03:00

16 lines
319 B
TOML
Executable File

[package]
name = "flowgate"
version = "0.1.2"
edition = "2021"
[dependencies]
tokio = { version = "1.44.2", features = ["full"] }
tokio-io-timeout = "1.2.0"
tokio-rustls = "0.26.2"
rustls = "0.23.25"
wildmatch = "2.4.0"
serde_yml = "0.0.12"
serde_json = "1.0.140"
log = "0.4.27"
colog = "1.3.0"
ignore-result = "0.2.0"