blob: afebda8345db6665a22cbdb61920753d640308d9 [file] [log] [blame]
[package]
name = "cras_rust"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[lib]
path = "src/rate_estimator.rs"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2.44"
[profile.release]
lto = true
panic = "abort"
overflow-checks = true