mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
0bcc209d94
Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
17 lines
356 B
TOML
17 lines
356 B
TOML
[package]
|
|
name = "sock"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
chelps.workspace = true
|
|
dbg.workspace = true
|
|
libc.workspace = true
|
|
libnss = "0.8.0"
|
|
ntstatus_gen.workspace = true
|
|
param.workspace = true
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
serde_json = "1.0.120"
|