libnyx-fork/libnyx/Cargo.toml
2025-03-13 19:23:24 +01: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.28.0"
[dependencies]
config={path="../config"}
fuzz_runner={path="../fuzz_runner"}
libc = "0.2"