mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +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>
33 lines
781 B
TOML
33 lines
781 B
TOML
[package]
|
|
name = "himmelblaud"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
libhimmelblau = "0.2.9"
|
|
ntstatus_gen.workspace = true
|
|
param = { workspace = true }
|
|
sock = { workspace = true }
|
|
tdb = { workspace = true }
|
|
dbg = { workspace = true }
|
|
chelps.workspace = true
|
|
clap = "4.5.9"
|
|
kanidm-hsm-crypto = "0.2.0"
|
|
serde_json = "1.0.120"
|
|
tokio = { version = "1.38.1", features = [ "rt", "macros" ] }
|
|
tokio-util = { version = "0.7.11", features = ["codec"] }
|
|
bytes = "1.6.1"
|
|
futures = "0.3.30"
|
|
serde = "1.0.204"
|
|
idmap = { workspace = true }
|
|
libc = { workspace = true }
|
|
talloc = { version = "4.21.0", path = "../talloc" }
|
|
|
|
[build-dependencies]
|
|
version = { path = "../version" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.12.0"
|