Files
ecflash/Cargo.toml
2024-06-20 12:34:30 +02:00

20 lines
409 B
TOML

[package]
name = "system76_ecflash"
version = "0.1.3"
edition = "2018"
description = "Flashing and querying with System76 Embedded Controllers"
license = "LGPL-2.1-or-later"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
repository = "https://github.com/system76/ecflash"
[lib]
name = "ecflash"
[dependencies]
glob = "0.3.1"
[dev-dependencies]
libc = "0.2.121"
redox_hwio = "0.1.5"
serialport = "4.1.0"