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

13 lines
193 B
TOML

[workspace]
members = [
"itconfig",
"itconfig_tests",
"examples/diesel",
"examples/rocket",
"examples/hyper",
]
default-members = [
"itconfig",
"itconfig_tests",
]