working sys level bindings :yippie:

This commit is contained in:
do butterflies cry? 2026-03-13 23:20:49 +10:00
parent 4508aeab76
commit e9022e675b
Signed by: cry
GPG key ID: F68745A836CA0412
12 changed files with 3091 additions and 45 deletions

View file

@ -4,10 +4,9 @@ description = "Unsafe direct FFI bindings to libnix C API"
version = "0.1.0"
readme = "../README.md"
license = "GPL-3.0"
license-file = "../LICENSE"
repository = "https://codeberg.org/luminary/nixide"
authors = [
"_cry64 <them@dobutterfliescry.net>"
"_cry64 <them@dobutterfliescry.net>",
"foxxyora <foxxyora@noreply.codeberg.org>"
]
@ -35,3 +34,5 @@ doxygen-bindgen = "0.1.3"
pkg-config.workspace = true
cc.workspace = true
[dev-dependencies]
serial_test = "3.4.0"