18 lines
350 B
TOML
18 lines
350 B
TOML
[package]
|
|
name = "bdb"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
nix = { version = "0.30.1", features = ["process", "ptrace"] }
|
|
thiserror = "2.0.12"
|
|
color-eyre = "0.6.3"
|
|
either = "1.15.0"
|
|
libc = "0.2.172"
|
|
derive_more = { version = "2.0.1", features = ["debug"] }
|
|
bitflags = "2.9.1"
|
|
|
|
[build-dependencies]
|
|
color-eyre = "0.6.3"
|