Skip to content

Commit

Permalink
feat: dynamic_route_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jun 25, 2024
1 parent be929fd commit f831d96
Show file tree
Hide file tree
Showing 14 changed files with 1,824 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ simple_asn1 = "0.6.1"
thiserror = { workspace = true }
time = { workspace = true }
url = "2.1.0"
tokio = {version = "1.24.2", features = ["full"]}
async-trait = "0.1.80"
tracing = "0.1.40"
arc-swap = "1.7.1"
anyhow = "1.0.86"
simple_moving_average = "1.0.2"
tracing-subscriber = "0.3.18"
tokio-util = { version = "0.7.11", features = ["full"] }

[dependencies.hyper]
version = "1.0.1"
Expand Down
Loading

0 comments on commit f831d96

Please sign in to comment.