11 lines
266 B
TOML
11 lines
266 B
TOML
[workspace]
|
|
members = ["unity-parser", "unity-parser-macros"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["connordemeyer@gmail.com"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/yourusername/unity-parser-rust"
|