1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/rust/version/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
289 B
TOML
Raw Normal View History

[package]
name = "version"
edition.workspace = true
license.workspace = true
homepage.workspace = true
version.workspace = true
[lib]
name = "version"
path = "src/lib.rs"
[dependencies]
chelps.workspace = true
libc.workspace = true
[build-dependencies]
cc = "1.0.97"
bindgen = "0.69.4"