flowgate/Cargo.toml
2024-06-06 00:28:16 +03:00

12 lines
287 B
TOML

[package]
name = "http_rrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
yaml-rust = "0.4.5"
log = "0.4.21"
log4rs = "1.3.0"