1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 03:57:06 +03:00
nil/Cargo.toml
2023-01-27 03:36:20 +08:00

12 lines
156 B
TOML

[workspace]
members = [
"crates/builtin",
"crates/ide",
"crates/nil",
"crates/nix-interop",
"crates/syntax",
]
[profile.dev]
debug = 1