18 lines
314 B
TOML
18 lines
314 B
TOML
[workspace]
|
|
members = [
|
|
"libconlang",
|
|
"cl-repl",
|
|
"cl-interpret",
|
|
"cl-structures",
|
|
"cl-token",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
repository = "https://git.soft.fish/j/Conlang"
|
|
version = "0.0.3"
|
|
authors = ["John Breaux <j@soft.fish>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = ["soft-fish"]
|