Skip to content

Commit

Permalink
Format cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
artjoma committed Oct 16, 2023
1 parent 4bd14ad commit 4742ef5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "erigon_db_reader"
version = "0.1.0"
edition = "2021"
license = "MIT"
rust-version = "1.72"
readme = "README.md"

[dependencies]
env_logger = "0.10"
Expand All @@ -10,14 +13,14 @@ tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
futures = "0.3"
clap = { version = "4.4", features = ["derive", "env"] }
ethers = "2.0.10"
ethers = "2.0"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_cbor = "0.11"
bytes = { version = "1", features = ["serde"] }
byteorder = "1.4.3"
byteorder = "1.5"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
anyhow = "1.0"
parquet = "47.0.0"
parquet = "47.0"

#libmdbx = { git = "https://github.com/vorot93/libmdbx-rs", branch="master"}
libmdbx = "=0.1.10"

0 comments on commit 4742ef5

Please sign in to comment.