Conlang/Cargo.toml

21 lines
360 B
TOML
Raw Permalink Normal View History

2023-09-21 20:41:12 +00:00
[workspace]
members = [
"cl-repl",
"cl-typeck",
"cl-interpret",
"cl-structures",
"cl-token",
"cl-ast",
"cl-parser",
"cl-lexer",
]
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"
2024-03-01 09:16:02 +00:00
version = "0.0.4"
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"]