Files
system76-embedded-controller/tool/Cargo.toml
2020-10-01 20:36:21 -06:00

25 lines
457 B
TOML

[package]
name = "system76_ectool"
version = "0.2.0"
edition = "2018"
description = "System76 EC tool"
license = "MIT"
authors = ["Jeremy Soller <jeremy@system76.com>"]
repository = "https://github.com/system76/ec"
[lib]
name = "ectool"
[[bin]]
name = "system76_ectool"
required-features = ["std"]
[dependencies]
libc = { version = "0.2", optional = true }
redox_hwio = "0.1.3"
[features]
default = ["std"]
stable = ["redox_hwio/stable"]
std = ["libc"]