nixide/rust/nix-store/Cargo.toml
Robert Hensing c9d54ccbc6 feat: Store.get_storedir()
(cherry picked from commit 6f4ba636f1e563167e6456d42c9fb6f65c9ca504)
2025-10-04 02:31:16 +02:00

17 lines
284 B
TOML

[package]
name = "nix-store"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[lib]
path = "src/lib.rs"
[dependencies]
anyhow = "1.0.79"
nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0"
[build-dependencies]
pkg-config = "0.3.30"