feat: fixed pcap linking and added nix packages

This commit is contained in:
Andrew Rioux
2025-01-20 20:39:26 -05:00
parent ad8cad56e7
commit af2e832762
23 changed files with 1220 additions and 81 deletions

View File

@@ -2,6 +2,7 @@
name = "nl-sys"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -14,6 +14,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
fn main() -> std::io::Result<()> {
include!("../build_common.rs");
cc::Build::new()
.compiler("clang")
.file("src/bridge.c")