blob: 9d4d245c0bd8a25966942d6dd1636256377a8715 [file] [log] [blame]
[package]
name = "ippusb_bridge"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
chunked_transfer = "1"
getopts = "0.2.18"
httparse = "1.3.4"
libc = "0.2.44"
rusb = "0.6.2"
sync = { path = "../../platform/crosvm/common/sync" } # provided by ebuild
sys_util = { path = "../../platform/crosvm/common/sys_util" } # provided by ebuild
tiny_http = "0.8.0"
[profile.release]
lto = true
panic = 'abort'
overflow-checks = true
opt-level = 's'