John Breaux
6b5663ae4e
- ANSI escape codes are stupid simple, and really don't warrant an external dependency
14 lines
326 B
TOML
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" }
|