- 3 Crates: - UI: Move existing crate - Daemon: Init binary crate - Config: Init library crate
7 lines
113 B
TOML
7 lines
113 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"crates/popcorn",
|
|
"crates/popcorn-d",
|
|
"crates/popcorn-conf",
|
|
] |