aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: dd099862503f6d70f6a1a31c00cd6167f003a715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rsdsl_netfilterd"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
failure = "0.1.8"
rustables = { git = "https://github.com/rsdsl/rustables.git", version = "0.13.0" }
thiserror = "1.0"