12 lines
175 B
TOML
12 lines
175 B
TOML
[workspace]
|
|
members = [ "crates/*", "xtask/" ]
|
|
|
|
[profile.dev]
|
|
debug = 1 # only line info
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = 1 # only line info
|
|
|
|
[patch.'crates-io']
|