working sys level bindings :yippie:
This commit is contained in:
parent
4508aeab76
commit
e9022e675b
12 changed files with 3091 additions and 45 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue