libnyx-fork/libnyx/Cargo.toml
Christian Holler (:decoder) 3a3107583b Upgrade various dependencies
This patch upgrades dependencies to resolve a build error with rustix
2023-04-26 19:42:09 +02:00

17 lines
253 B
TOML

[package]
name = "libnyx"
version = "0.1.0"
edition = "2018"
[lib]
name = "libnyx"
crate-type = ["staticlib", "dylib"]
[build-dependencies]
cbindgen = "0.24.3"
[dependencies]
config={path="../config"}
fuzz_runner={path="../fuzz_runner"}
libc = "0.2"