1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/rust/tdb/Cargo.toml
David Mulder 35b34e8e42 Add build config for proper TDB build linkage
The tdb build needs to know whether Samba is
building with TDB bundled or not, otherwise
linking will fail.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2024-10-23 14:21:33 +00:00

17 lines
308 B
TOML

[package]
name = "tdb"
edition.workspace = true
license.workspace = true
homepage.workspace = true
version.workspace = true
[dependencies]
chelps = { workspace = true }
dbg.workspace = true
libc.workspace = true
ntstatus_gen.workspace = true
[build-dependencies]
bindgen = "0.69.4"
config.workspace = true