This makes it easier for tooling to find the Rust stuff. Rust/non-rust is not a useful distinction in this repo anymore anyway.
13 lines
232 B
TOML
13 lines
232 B
TOML
[package]
|
|
name = "nix-bindings-util"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "LGPL-2.1"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
nix-bindings-bindgen-raw = { path = "../nix-bindings-bindgen-raw" }
|
|
ctor = "0.2"
|