Skip to content

Commit

Permalink
build: workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed Jun 27, 2024
1 parent 576e504 commit cf22ec5
Show file tree
Hide file tree
Showing 16 changed files with 3,420 additions and 130 deletions.
198 changes: 96 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

30 changes: 2 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
[package]
name = "ghost_crab"
version = "0.1.0"
edition = "2021"
[workspace]

[lib]
name = "ghost_crab"
path = "src/lib.rs"

[dependencies]
alloy = { version = "0.1.0", features = [
"contract",
"provider-http",
"rpc-types-eth",
] }
tokio = { version = "1.37.0", features = ["full"] }
dotenvy = "0.15"
async-trait = "0.1.80"
bytes = "1.6.0"
http-body-util = "0.1.1"
hyper = { version = "1.3.1", features = ["full"] }
hyper-tls = "0.6.0"
hyper-util = { version = "0.1.5", features = ["full"] }
blake3 = "1.5.1"
indexer-macros = { version = "0.1.0", path = "./indexer-macros" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
once_cell = "1.19.0"
rocksdb = "0.22.0"
members = ["ghost-crab", "indexer-macros"]
Loading

0 comments on commit cf22ec5

Please sign in to comment.