mailpot/Cargo.toml

9 lines
87 B
TOML
Raw Normal View History

2020-08-15 22:10:49 +03:00
[workspace]
members = [
2022-09-19 15:29:41 +03:00
"archive-http",
2020-08-15 22:10:49 +03:00
"cli",
2022-09-19 15:29:41 +03:00
"core",
2020-08-15 22:10:49 +03:00
"rest-http",
"web",
2020-08-15 22:10:49 +03:00
]