peazyrsa/Cargo.toml

14 lines
282 B
TOML
Raw Normal View History

2024-10-19 13:21:11 +00:00
[package]
name = "peazyrsa"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-19 17:59:43 +00:00
anyhow = "1.0.90"
clap = { version = "4.5.20", features = ["derive"] }
encoding = "0.2.33"
futures = "0.3.31"
regex = "1.11.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio-stream = "0.1.16"