blob: c6a06d15513361d7e45a54154a2580f9175a1a64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "rsdsl_netfilterd"
version = "0.3.2"
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"
|