opml/Cargo.toml

8 lines
112 B
TOML
Raw Normal View History

2020-05-23 12:32:40 +00:00
# https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"opml_api",
"opml_cli"
]