sparse/nl-sys/Cargo.toml
Andrew Rioux 4475d23d1d
Finished adding a basic flake
It can now build the Linux C2 beacon
2024-01-23 23:26:58 -05:00

15 lines
262 B
TOML

[package]
name = "nl-sys"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.142"
[build-dependencies]
autotools = "0.2"
cc = "1.0"
fs_extra = "1.3.0"