mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
abcf7644a9
Place all rust code under samba/rust, similar to how we organize python code in the samba tree. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
24 lines
412 B
TOML
24 lines
412 B
TOML
[package]
|
|
name = "pam_himmelblau"
|
|
links = "pam"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "pam_himmelblau"
|
|
crate-type = [ "cdylib" ]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
libc = { workspace = true }
|
|
dbg = { workspace = true }
|
|
sock.workspace = true
|
|
chelps.workspace = true
|
|
param.workspace = true
|
|
|
|
[build-dependencies]
|
|
pkg-config = "0.3.30"
|