We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef33f5 commit 6bfbd4fCopy full SHA for 6bfbd4f
1 file changed
crates/integration-tests/Cargo.toml
@@ -1,17 +1,21 @@
1
[package]
2
name = "integration-tests"
3
-version = "0.1.0"
4
-edition = "2021"
5
publish = false
6
+edition.workspace = true
+license.workspace = true
7
+repository.workspace = true
8
+rust-version.workspace = true
9
+version.workspace = true
10
+
11
[[bin]]
12
name = "cfsctl-integration-tests"
13
path = "src/main.rs"
14
15
[dependencies]
16
anyhow = "1"
17
cap-std-ext = "4.0"
-composefs = { path = "../composefs" }
18
+composefs = { workspace = true }
19
libtest-mimic = "0.8"
20
linkme = "0.3"
21
ocidir = "0.6"
0 commit comments