feat: tested nl-sys, and it links

This commit is contained in:
Andrew Rioux
2025-01-20 14:40:29 -05:00
parent 6b33f1a5ba
commit c2b5ea37d0
25 changed files with 3615 additions and 32 deletions
+12
View File
@@ -0,0 +1,12 @@
[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.169"
[build-dependencies]
cc = "1.0"