Conlang/Cargo.toml

10 lines
159 B
TOML
Raw Normal View History

2023-09-21 20:41:12 +00:00
[workspace]
members = ["libconlang", "lerox"]
2023-09-21 20:41:12 +00:00
resolver = "2"
[workspace.package]
version = "0.0.1"
authors = ["John Breaux"]
edition = "2021"
license = "MIT"