We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c074fdb commit 4364de3Copy full SHA for 4364de3
crates/tap-agent/Cargo.toml
@@ -52,6 +52,9 @@ bon = "3.3"
52
test-assets = { path = "../test-assets", optional = true }
53
54
[dev-dependencies]
55
+# Release-please breaks with cyclical dependencies if dev-dependencies
56
+# import the current crate. For testing we import the current crate with the `test`
57
+# feature enabled in order to enable test-only infrastructure within our app when running tests.
58
my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] }
59
tempfile = "3.8.0"
60
wiremock.workspace = true
0 commit comments