8 lines
137 B
TOML
8 lines
137 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/remoteingress-protocol",
|
|
"crates/remoteingress-core",
|
|
"crates/remoteingress-bin",
|
|
]
|