Files
blockfast/Cargo.toml
Pierre Dubouilh e3211d8c8e switch to ipset-sys
it's a perf boost, but we drastically reduce portability
as it will drag a libipset and a libc dependency along.
2022-08-03 01:25:01 +02:00

16 lines
406 B
TOML

[package]
name = "blockfast"
version = "0.1.0"
authors = ["Pierre Dubouilh <pldubouilh@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
linemux = "0.2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
lazy_static = "1.4.0"
regex = "1.5.4"
clap = "2.33.3"
anyhow = "1.0.44"
ipset-sys = "0.1.2"