1
1
mirror of https://github.com/oxalica/nil.git synced 2024-10-03 21:37:29 +03:00
nil/Cargo.toml
2023-11-08 14:06:48 +08:00

27 lines
391 B
TOML

[workspace]
resolver = "2"
members = [
"crates/builtin",
"crates/ide",
"crates/nil",
"crates/nix-interop",
"crates/ssr",
"crates/syntax",
]
[workspace.package]
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
# Should be sync with CI and README.
rust-version = "1.70"
[profile.dev]
debug = 1
[profile.bench]
debug = 1
[profile.release]
lto = true