msp430-repl/Cargo.toml

25 lines
561 B
TOML
Raw Permalink Normal View History

[workspace]
members = ["msp430-asm"]
# default-members = ["msp430-asm"]
[workspace.package]
authors = ["John Breaux <j@soft.fish>"]
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"