rpm-ostree/tooling/bindgen/Cargo.toml
Colin Walters 90f4427bbf Move bindgen into tooling/, add dependabot
Prep for adding cxxbridge-cmd which we need to vendor too.
2020-12-08 16:32:24 -05:00

13 lines
241 B
TOML

[package]
name = "rpmostree-bindgen"
version = "0.1.0"
authors = ["Colin Walters <walters@verbum.org>"]
[dependencies]
cbindgen = "0.15.0"
# Might as well keep these from the main Rust source
[profile.release]
panic = "abort"
debug = true