mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
16 lines
281 B
TOML
16 lines
281 B
TOML
|
[package]
|
||
|
name = "param"
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
homepage.workspace = true
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
chelps = { workspace = true }
|
||
|
dbg.workspace = true
|
||
|
ntstatus_gen.workspace = true
|
||
|
paste = "1.0.15"
|
||
|
|
||
|
[build-dependencies]
|
||
|
bindgen = "0.69.4"
|