msp430-repl/msp430-asm/Cargo.toml
John Breaux 6b5663ae4e msp430-asm: Remove ANES as a dependency
- ANSI escape codes are stupid simple, and really don't warrant an external dependency
2024-01-31 13:48:16 -06:00

14 lines
326 B
TOML

[package]
name = "msp430-asm"
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libmsp430 = { path = ".." }
argp = { version = "0.3.0" }