File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ lazy_static.workspace = true
3434thegraph-core.workspace = true
3535clap.workspace = true
3636tracing-subscriber.workspace = true
37- tonic.workspace = true
37+ tonic.workspace = true
3838bigdecimal = { workspace = true , features = [" serde" ] }
3939graphql_client.workspace = true
4040
@@ -49,14 +49,14 @@ ractor = { version = "0.14", features = [
4949tap_aggregator.workspace = true
5050futures = { version = " 0.3.30" , default-features = false }
5151bon = " 3.3"
52- test-assets = { path = " ../test-assets" , optional = true }
52+ test-assets = { path = " ../test-assets" , optional = true }
5353
5454[dev-dependencies ]
55+ my-crate = { package = " indexer-tap-agent" , path = " ." , features = [" test" ] }
5556tempfile = " 3.8.0"
5657wiremock.workspace = true
5758wiremock-grpc = " 0.0.3-alpha3"
5859test-assets = { path = " ../test-assets" }
5960test-log = { version = " 0.2.12" , default-features = false }
6061bon = " 3.3"
6162rstest = " 0.24.0"
62- indexer-tap-agent = { path = " ." , features = [" test" ] }
You can’t perform that action at this time.
0 commit comments