Skip to content

Commit d3ea08d

Browse files
committed
chore(test): Change crate name and made it part of the workspace
1 parent e610328 commit d3ea08d

File tree

12 files changed

+45
-46
lines changed

12 files changed

+45
-46
lines changed

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ members = [
1111
"crates/tap-agent",
1212
"crates/test-assets",
1313
"crates/watcher",
14+
"integration-tests",
1415
]
15-
exclude = ["rav_e2e"]
1616
resolver = "2"
1717

1818
[profile.dev.package."*"]
File renamed without changes.

integration-tests/Cargo.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[package]
2+
name = "integration-tests"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
reqwest = { workspace = true, features = ["json"] }
8+
serde = { workspace = true, features = ["derive"] }
9+
serde_json = { workspace = true }
10+
anyhow = { workspace = true }
11+
tokio = { workspace = true, features = ["full"] }
12+
tap_core = { workspace = true }
13+
tap_graph = { workspace = true, features = ["v2"] }
14+
thegraph-core = { workspace = true, features = [
15+
"alloy-eip712",
16+
"alloy-sol-types",
17+
"alloy-signers",
18+
"alloy-signer-local",
19+
"serde",
20+
] }
21+
bip39 = { workspace = true }
22+
23+
rand = "0.8"
24+
25+
indexer-receipt = { path = "../crates/indexer-receipt" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)