diff options
Diffstat (limited to 'crates/cargo-test-support/containers/apache/bar/Cargo.toml')
-rw-r--r-- | crates/cargo-test-support/containers/apache/bar/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/cargo-test-support/containers/apache/bar/Cargo.toml b/crates/cargo-test-support/containers/apache/bar/Cargo.toml new file mode 100644 index 0000000..84fd5d8 --- /dev/null +++ b/crates/cargo-test-support/containers/apache/bar/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "bar" +version = "1.0.0" +edition = "2021" |