[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" }