summaryrefslogtreecommitdiff
path: root/cras/src/server/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/server/rust/Cargo.toml')
-rw-r--r--cras/src/server/rust/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/cras/src/server/rust/Cargo.toml b/cras/src/server/rust/Cargo.toml
deleted file mode 100644
index afebda83..00000000
--- a/cras/src/server/rust/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[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