mirror of
https://github.com/oxalica/nil.git
synced 2024-11-23 03:57:06 +03:00
12 lines
156 B
TOML
12 lines
156 B
TOML
[workspace]
|
|
members = [
|
|
"crates/builtin",
|
|
"crates/ide",
|
|
"crates/nil",
|
|
"crates/nix-interop",
|
|
"crates/syntax",
|
|
]
|
|
|
|
[profile.dev]
|
|
debug = 1
|