Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
  • Loading branch information
isankadn committed Aug 8, 2024
1 parent e9685fb commit 1d29e50
Show file tree
Hide file tree
Showing 5 changed files with 920 additions and 369 deletions.
24 changes: 24 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ regex = "1.10.4"
lazy_static = "1.4.0"
rocksdb = "0.22.0"
time = "0.3.36"
tracing = "0.1.40"
backoff = "0.4.0"



Expand Down
2 changes: 2 additions & 0 deletions historical_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ sqlx = "0.8.0"
chrono = "0.4.35"
regex = "1.10.4"
lazy_static = "1.4.0"
rocksdb = "0.22.0"
tracing = "0.1.40"

Loading

0 comments on commit 1d29e50

Please sign in to comment.