crane/examples/quick-start-workspace/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
173 B
TOML
Raw Normal View History

2024-04-22 01:23:03 +03:00
[workspace]
resolver = "2"
members = ["my-*", "my-workspace-hack"]
2024-04-22 01:23:03 +03:00
[workspace.package]
version = "0.1.0"
edition = "2021"
[workspace.metadata.crane]
name = "my-workspace"