15 lines
247 B
TOML
15 lines
247 B
TOML
[workspace]
|
|
members = [
|
|
"itconfig",
|
|
"itconfig-macro",
|
|
"itconfig-tests",
|
|
"examples/diesel",
|
|
"examples/rocket", # nightly
|
|
"examples/hyper",
|
|
]
|
|
|
|
default-members = [
|
|
"itconfig",
|
|
"itconfig-macro",
|
|
"itconfig-tests",
|
|
]
|