Skip to content

Commit

Permalink
dbg: init async
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Apr 21, 2024
1 parent dc0cdfb commit 7bb54db
Show file tree
Hide file tree
Showing 5 changed files with 917 additions and 11 deletions.
256 changes: 256 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -11,10 +11,13 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
futures = "0.3.30"
gag = "1.0.0"
j9 = "0.1.3"
promkit = "0.4.0"
promkit-async = "0.1.0"
radix_trie = "0.2.1"
tokio = { version = "1.36.0", features = ["full"] }

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down

0 comments on commit 7bb54db

Please sign in to comment.