libnyx-fork/libnyx/Cargo.toml
Sergej Schumilo 34679b90dc Initial Release of Nyx
Co-authored-by: Cornelius Aschermann <cornelius@hexgolems.com>
2021-11-14 21:59:03 +01:00

16 lines
243 B
TOML

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