clone-shim/Cargo.toml
2022-02-11 16:27:45 +00:00

15 lines
259 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"
libc = "0.2.117"
nix = "0.23.1"