11 lines
130 B
TOML
11 lines
130 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"nix-js",
|
|
"nix-js-macros"
|
|
]
|
|
|
|
[profile.profiling]
|
|
inherits = "release"
|
|
debug = true
|