1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 19:49:20 +03:00
nil/Cargo.toml

12 lines
156 B
TOML
Raw Normal View History

2022-07-22 21:22:58 +03:00
[workspace]
members = [
"crates/builtin",
"crates/ide",
"crates/nil",
"crates/nix-interop",
"crates/syntax",
]
2022-08-16 22:17:37 +03:00
[profile.dev]
2022-08-16 22:17:37 +03:00
debug = 1