summary refs log blame commit diff
path: root/linux_input_sys/Cargo.toml
blob: 51fec70cb16798b74ace62411447d107c28b2b30 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                       
[package]
name = "linux_input_sys"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
data_model = { path = "../data_model" }
libc = "*"
sys_util = { path = "../sys_util" }