Skip to content

Commit

Permalink
feat: add dataset info
Browse files Browse the repository at this point in the history
  • Loading branch information
mo4islona committed Oct 10, 2024
1 parent d91ff27 commit d92b175
Show file tree
Hide file tree
Showing 11 changed files with 610 additions and 199 deletions.
19 changes: 17 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ itertools = "0.12"
lazy_static = "1.4.0"
parking_lot = "0.12"
prometheus-client = "0.22"
reqwest = { version = "0.12.7", features = ["stream", "gzip"] }
reqwest = { version = "0.12.7", features = ["stream", "gzip", "json"] }
scopeguard = "1.2"
semver = "1"
serde = { version = "1", features = ["derive"] }
Expand All @@ -31,6 +31,7 @@ tokio-util = "0.7.11"
tracing = { version = "0.1", features = ["async-await"] }
tracing-futures = { version = "0.2.5", features = ["tokio", "futures-03"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
tower-http = { version = "0.6.1", features = ["cors"] }
uuid = { version = "1", features = ["v4", "fast-rng"] }

sqd-contract-client = { git = "https://github.com/subsquid/sqd-network.git", version = "1.0.7" }
Expand Down
Loading

0 comments on commit d92b175

Please sign in to comment.