mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
bb55fa100e
This appeases errors from libsmbconf that no talloc stackframe was created. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
25 lines
562 B
TOML
25 lines
562 B
TOML
[workspace.package]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
homepage = "https://www.samba.org/"
|
|
version = "4.21.0"
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"chelps", "config", "dbg", "himmelblaud", "idmap",
|
|
"nss", "ntstatus_gen", "pam",
|
|
"param", "sock", "talloc", "tdb", "version",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
param = { path = "param" }
|
|
dbg = { path = "dbg" }
|
|
chelps = { path = "chelps" }
|
|
sock = { path = "sock" }
|
|
ntstatus_gen = { path = "ntstatus_gen" }
|
|
tdb = { path = "tdb" }
|
|
idmap = { path = "idmap" }
|
|
libc = "0.2.155"
|
|
config = { path = "config" }
|