2022-07-22 21:22:58 +03:00
|
|
|
[workspace]
|
2023-02-11 13:17:58 +03:00
|
|
|
resolver = "2"
|
2023-01-24 18:35:17 +03:00
|
|
|
members = [
|
|
|
|
"crates/builtin",
|
|
|
|
"crates/ide",
|
|
|
|
"crates/nil",
|
|
|
|
"crates/nix-interop",
|
2023-05-31 13:36:01 +03:00
|
|
|
"crates/ssr",
|
2023-01-24 18:35:17 +03:00
|
|
|
"crates/syntax",
|
|
|
|
]
|
2022-08-16 22:17:37 +03:00
|
|
|
|
2023-02-11 13:17:58 +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.
|
2023-07-19 12:11:57 +03:00
|
|
|
rust-version = "1.70"
|
2023-02-11 13:17:58 +03:00
|
|
|
|
2022-11-23 16:55:48 +03:00
|
|
|
[profile.dev]
|
2022-08-16 22:17:37 +03:00
|
|
|
debug = 1
|
2023-07-08 21:33:48 +03:00
|
|
|
|
|
|
|
[profile.bench]
|
|
|
|
debug = 1
|
2023-07-10 06:31:49 +03:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|