suricata/rust/sys/Makefile.am
Jason Ish 8f22e55678 rust/sys: stub in suricata-sys crate for Rust bindings to C
Follow Rust convention of using a "sys" crate for bindings to C
functions. The bindings don't exist yet, but will be generated by
bindgen and put into this crate.

Ticket: #7341
2025-02-17 07:31:29 +01:00

3 lines
47 B
Makefile

EXTRA_DIST = Cargo.toml
all-local: Cargo.toml