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

27 lines
380 B
TOML
Raw Normal View History

2022-07-22 21:22:58 +03:00
[workspace]
resolver = "2"
members = [
"crates/builtin",
"crates/ide",
"crates/nil",
"crates/nix-interop",
2023-05-31 13:36:01 +03:00
"crates/ssr",
"crates/syntax",
]
2022-08-16 22:17:37 +03:00
[workspace.package]
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
2023-03-07 16:47:53 +03:00
# Should be sync with CI.
rust-version = "1.70"
[profile.dev]
2022-08-16 22:17:37 +03:00
debug = 1
[profile.bench]
debug = 1
2023-07-10 06:31:49 +03:00
[profile.release]
lto = true