Add tool (WIP)

This commit is contained in:
Jeremy Soller
2020-02-20 14:20:16 -07:00
parent b0cd6f50e4
commit 08490002b9
10 changed files with 379 additions and 0 deletions

13
tool/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "system76_ectool"
version = "0.1.0"
edition = "2018"
description = "System76 EC tool"
authors = ["Jeremy Soller <jeremy@system76.com>"]
repository = "https://github.com/system76/ec"
[lib]
name = "ectool"
[dependencies]
redox_hwio = "0.1"