Add zerocopy instance to raw bindings struct
This will come in handy later, when we integrate harmonia. It is a very stable thing to do.
This commit is contained in:
parent
538f29a390
commit
0eb73977ef
3 changed files with 39 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
nix-bindings-util-sys = { path = "../nix-bindings-util-sys", version = "0.2.1" }
|
||||
zerocopy = { version = "0.8", features = ["derive"] }
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.69"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue