msp430-asm: init repo with proof-of-concept code
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user