Conlang/Cargo.toml

23 lines
472 B
TOML
Raw Normal View History

2023-09-21 20:41:12 +00:00
[workspace]
members = [
"compiler/cl-repl",
"compiler/cl-typeck",
"compiler/cl-interpret",
"compiler/cl-structures",
"compiler/cl-token",
"compiler/cl-ast",
"compiler/cl-parser",
"compiler/cl-lexer",
"compiler/cl-arena",
"repline",
]
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.5"
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"]