[package]
edition = "2021"
name = "flasher"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flash firmware onto Teensy 4.x microcontrollers via HalfKay bootloader"
readme = "README.md"
license = "MIT"
repository = "https://github.com/usinput/teensy4x-flasher"
[[bin]]
name = "flasher"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.hidapi]
version = "2"
features = ["linux-static-hidraw"]
[target."cfg(windows)".dependencies.hidapi]
version = "2"
features = ["windows-native"]