1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/rust/config/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

13 lines
206 B
TOML

[package]
name = "config"
edition.workspace = true
license.workspace = true
homepage.workspace = true
version.workspace = true
[dependencies]
libc.workspace = true
[build-dependencies]
bindgen = "0.69.4"