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