Conlang/Cargo.toml

12 lines
250 B
TOML
Raw Normal View History

2023-09-21 20:41:12 +00:00
[workspace]
members = ["libconlang", "cl-frontend"]
2023-09-21 20:41:12 +00:00
resolver = "2"
[workspace.package]
2023-10-24 02:38:06 +00:00
repository = "https://git.soft.fish/j/Conlang"
version = "0.0.2"
2023-10-24 02:38:06 +00:00
authors = ["John Breaux <j@soft.fish>"]
2023-09-21 20:41:12 +00:00
edition = "2021"
license = "MIT"
2023-10-24 04:42:39 +00:00
publish = ["soft-fish"]