clone-shim/Cargo.toml
Jake Hillion 23f5761d05
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
building the void
2022-03-29 11:28:53 +01:00

31 lines
494 B
TOML

[package]
name = "clone-shim"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.9"
thiserror = "1"
clap = "3"
exitcode = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ipnetwork = "0.18"
libc = "0.2.117"
nix = "0.23.1"
close_fds = "0.3.2"
tempfile = "3.3"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "clone3"
harness = false