summaryrefslogtreecommitdiff
path: root/cras/src/server/rust/Cargo.toml
blob: afebda8345db6665a22cbdb61920753d640308d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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