rpm-ostree/bindgen/Cargo.toml
Colin Walters da78b51e94 bindgen: Bump to 0.15
We've been neglecting this for a long time and it's been omitted
from dependabot.  Everything still seems to work.

Prep for converting to a workspace so we only have a single
`Cargo.lock`.
2020-12-04 04:03:54 -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