Skip to content

Commit 462f8bc

Browse files
authored
refactor: remove graphql mod from common (#496)
1 parent 411fdb8 commit 462f8bc

File tree

4 files changed

+0
-95
lines changed

4 files changed

+0
-95
lines changed

Cargo.lock

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

crates/common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ graphql_client.workspace = true
2727
serde = { workspace = true, features = ["derive"] }
2828
serde_json = { workspace = true }
2929
tokio = { workspace = true, features = ["fs", "tokio-macros"] }
30-
regex = "1.7.1"
3130
bip39 = "2.0.0"
3231

3332
[dev-dependencies]

crates/common/src/graphql.rs

Lines changed: 0 additions & 92 deletions
This file was deleted.

crates/common/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pub mod address;
55
pub mod allocations;
66
pub mod attestations;
77
pub mod escrow_accounts;
8-
pub mod graphql;
98
pub mod subgraph_client;
109
pub mod watcher;
1110

0 commit comments

Comments
 (0)