[workspace] members = ["msp430-asm"] # default-members = ["msp430-asm"] [workspace.package] authors = ["John Breaux "] version = "0.3.0" license = "MIT" edition = "2021" publish = false [package] name = "libmsp430" 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] # Provides very quick boolean tests for XID_START and XID_CONTINUE unicode-ident = "1.0.12"