Rename nix-bindings-bindgen-raw to nix-bindings-util-sys
Adopt idiomatic Rust `-sys` crate naming convention, aligning with the direction in PR #37 without adopting the full crate splitting.
This commit is contained in:
parent
795dfddc04
commit
e6148b587f
25 changed files with 78 additions and 87 deletions
|
|
@ -11,7 +11,7 @@ path = "src/lib.rs"
|
|||
anyhow = "1.0"
|
||||
nix-bindings-store = { path = "../nix-bindings-store" }
|
||||
nix-bindings-util = { path = "../nix-bindings-util" }
|
||||
nix-bindings-bindgen-raw = { path = "../nix-bindings-bindgen-raw" }
|
||||
nix-bindings-util-sys = { path = "../nix-bindings-util-sys" }
|
||||
lazy_static = "1.4"
|
||||
ctor = "0.2"
|
||||
tempfile = "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue