libnyx-fork/libnyx/Cargo.toml
2024-09-12 10:58:37 +02:00

17 lines
260 B
TOML

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