1[package] 2name = "cras_rust" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2018" 6 7[lib] 8path = "src/rate_estimator.rs" 9crate-type = ["staticlib"] 10 11[dependencies] 12libc = "0.2.44" 13 14[profile.release] 15lto = true 16panic = "abort" 17overflow-checks = true 18