mirror of
https://github.com/Dasharo/ecflash.git
synced 2026-03-06 15:02:38 -08:00
20 lines
409 B
TOML
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"
|