10 lines
169 B
TOML
10 lines
169 B
TOML
[workspace]
|
|
members = ["libconlang", "lerox", "constr"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.0.1"
|
|
authors = ["John Breaux"]
|
|
edition = "2021"
|
|
license = "MIT"
|