2024-01-30 11:27:12 +00:00
|
|
|
[workspace]
|
|
|
|
members = ["msp430-asm"]
|
|
|
|
# default-members = ["msp430-asm"]
|
|
|
|
|
|
|
|
[workspace.package]
|
2023-09-15 23:21:01 +00:00
|
|
|
authors = ["John Breaux <j@soft.fish>"]
|
2024-01-30 11:27:12 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
license = "MIT"
|
|
|
|
edition = "2021"
|
2023-08-20 04:02:24 +00:00
|
|
|
publish = false
|
|
|
|
|
2024-01-30 11:27:12 +00:00
|
|
|
[package]
|
|
|
|
name = "libmsp430"
|
|
|
|
authors.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2023-08-20 04:02:24 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-30 11:27:12 +00:00
|
|
|
# Provides very quick boolean tests for XID_START and XID_CONTINUE
|
|
|
|
unicode-ident = "1.0.12"
|