This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/Cargo.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",
]