Skip to content

Commit

Permalink
feat(musq)!: reimplement the main client in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Dec 24, 2023
1 parent a589548 commit fe56504
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 1 deletion.
38 changes: 38 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion tosho_musq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ edition = "2021"

[dependencies]
tokio = { version = "1.35.1", features = ["full"] }
reqwest = "0.11.23"
reqwest = { version = "0.11.23", features = ["stream"] }
serde = { version = "1.0.193", features = ["derive"] }
prost = "0.12"
prost-types = "0.12"
lazy_static = "1"
base64 = "0.21.5"
chrono = "0.4"
anyhow = "1"
futures-util = "0.3"

tosho-macros = { path = "../tosho_macros" }

Expand Down
Loading

0 comments on commit fe56504

Please sign in to comment.