mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 21:42:23 +03:00
9 lines
117 B
TOML
9 lines
117 B
TOML
[workspace]
|
|
package.version = "0.0.1"
|
|
metadata.crane.name = "workspace-git"
|
|
members = [
|
|
"foo",
|
|
"bar",
|
|
"baz",
|
|
]
|