You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cargo-dfu/Cargo.toml

26 lines
743 B

[package]
name = "cargo-dfu"
authors = ["Roman Kretschmer <roman@kretschmer.email>"]
version = "0.1.0"
edition = "2021"
description = "cargo extension for flashing embedded rust programs via dfu"
license = "MIT"
homepage = "https://github.com/dfu-rs/cargo-dfu"
repository = "https://github.com/dfu-rs/cargo-dfu.git"
categories = ["embedded", "hardware-support"]
keywords = ["dfu", "flashing", "embedded"]
readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
goblin = "0.2.3"
colored = "2.0.0"
rusb = "0.9.0"
pretty_env_logger = "0.3.0"
cargo-project = "0.2.7"
clap = {version = "3.0.10", features=["derive"]}
maplit = "1.0.2"
log = "0.4.6"
dfu-libusb = "0.2.0"