mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-30 14:40:43 +03:00
9 lines
209 B
TOML
9 lines
209 B
TOML
|
[workspace]
|
||
|
# NB: hello and world are intentionally left out cargo will
|
||
|
# promote them to members since they are listed as path deps
|
||
|
members = ["print"]
|
||
|
|
||
|
[workspace.package]
|
||
|
edition = "2021"
|
||
|
version = "0.2.0"
|