13 lines
238 B
TOML
13 lines
238 B
TOML
|
[package]
|
||
|
name = "msp430-asm"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
authors = ["John Breaux"]
|
||
|
publish = false
|
||
|
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
regex = "1.9.3"
|