crane/examples/end-to-end-testing/Cargo.toml

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

14 lines
177 B
TOML
Raw Permalink Normal View History

2023-10-13 04:59:36 +03:00
[workspace]
2024-04-05 23:21:41 +03:00
resolver = "2"
2023-10-13 04:59:36 +03:00
members = [
"server",
"e2e_tests",
]
[workspace.package]
version = "0.1.0"
edition = "2021"
[workspace.metadata.crane]
name = "example-e2e"