mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-07 21:18:55 +03:00
17 lines
250 B
TOML
17 lines
250 B
TOML
|
[package]
|
||
|
name = "bupsplit"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Colin Walters <walters@verbum.org>"]
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2"
|
||
|
|
||
|
[lib]
|
||
|
name = "bupsplit_rs"
|
||
|
path = "src/bupsplit.rs"
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[profile.release]
|
||
|
panic = "abort"
|
||
|
lto = true
|