mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
35b34e8e42
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>
13 lines
206 B
TOML
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"
|