Skip to content

Commit

Permalink
add parse macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Jan 5, 2024
1 parent b4bd29c commit b14fd10
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 58 deletions.
88 changes: 51 additions & 37 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
resolver = "2"

members = [
"parse_macro",
"configuration",
"database",
"epoch-indexer",
Expand Down
6 changes: 6 additions & 0 deletions configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ edition = "2021"

[dependencies]
anyhow = "1.0.70"
dotenv = "0.15.0"
lazy_static = "1.4.0"
toml = "0.8.4"
project-root = "0.2.2"
regex = "1.10.2"
serde = "1.0.145"
serde_derive = "1.0.145"
serde_json = "1.0.108"

parse_macro = { path = "../parse_macro" }

near-indexer-primitives = "1.36.0"
Loading

0 comments on commit b14fd10

Please sign in to comment.