Skip to content

Commit faa9d38

Browse files
committed
split client.rs into modular files for traits and implementation
1 parent acbdf77 commit faa9d38

17 files changed

Lines changed: 974 additions & 755 deletions

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
[dependencies]
77
tokio = { version = "1", features = ["full"] }
88
anyhow = "1.0"
9+
async-trait = "0.1"
910

1011
[dev-dependencies]
1112
proptest = "1.10.0"

0 commit comments

Comments
 (0)