clone-shim/Cargo.toml
Jake Hillion 2ef3d46a5b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
renamed package to void orchestrator
2022-05-26 10:48:04 +01:00

38 lines
600 B
TOML

[package]
name = "void-orchestrator"
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.24.1"
close_fds = "0.3.2"
tempfile = "3.3"
[dev-dependencies]
criterion = "0.3"
anyhow = "1"
# examples/tls
httparse = "1"
rustls = "0.20"
rustls-pemfile = "1"
lazy_static = "1"
[[bench]]
name = "clone3"
harness = false