rust-qt-binding-generator/demo/rust/Cargo.toml

11 lines
117 B
TOML

[package]
name = "rust"
version = "0.1.0"
[dependencies]
libc = "*"
[lib]
name = "rust"
crate-type = ["staticlib"]