blob: 02e1e38f83b7661971667075a7ab1d97dfe7132f [file] [log] [blame]
[package]
name = "crosh"
version = "0.24.52"
authors = ["The Chromium OS Authors"]
edition = "2018"
[profile.release]
panic = "abort"
overflow-checks = true
[dependencies]
dbus = "0.8"
libc = "0.2.44"
remain = "*"
regex = "1.0.6"
rustyline = "5.0.4"
shell-words = "1.0.0"
sys_util = { path = "../../platform/crosvm/sys_util" } # provided by ebuild
system_api = { path = "../system_api" } # provided by ebuild
tlsdate_dbus = { path = "../../third_party/tlsdate" } # provided by ebuild
[dev-dependencies]
tempfile = { path = "../../platform/crosvm/tempfile" } # provided by ebuild