Creating a crate for bwd-gc highlights the fact that it would be nice to fix 2! The file blocklist is a lost less unmaintainable then the more fine-grained one we had before. Fix #9
17 lines
381 B
TOML
17 lines
381 B
TOML
[package]
|
|
name = "nix-bindings-expr-sys"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
license = "LGPL-2.1"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
nix-bindings-util-sys = { path = "../nix-bindings-util-sys", version = "0.2.0" }
|
|
nix-bindings-store-sys = { path = "../nix-bindings-store-sys", version = "0.2.0" }
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69"
|
|
pkg-config = "0.3"
|