mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
14 lines
214 B
TOML
14 lines
214 B
TOML
|
[package]
|
||
|
name = "sys_util_core"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The Chromium OS Authors"]
|
||
|
edition = "2018"
|
||
|
include = ["src/**/*", "Cargo.toml"]
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "*"
|
||
|
remain = "0.2"
|
||
|
thiserror = "*"
|
||
|
|
||
|
[workspace]
|