libnyx-fork/libnyx/Cargo.toml
2021-12-28 15:18:07 +01:00

17 lines
251 B
TOML

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