Skip to content

Commit 4694c97

Browse files
committed
feat: add networker
1 parent 6c58627 commit 4694c97

File tree

14 files changed

+991
-200
lines changed

14 files changed

+991
-200
lines changed

Cargo.lock

Lines changed: 192 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ soloud = "1.0.2"
2222
nfc1 = "0.4.0"
2323
serde_json = "1.0.85"
2424
wpactrl = "0.5.1"
25+
tokio-rustls = "0.23.4"
26+
webpki = "0.22.0"
27+
webpki-roots = "0.22.5"
28+
tokio-io-timeout = "1.2.0"
29+
thiserror = "1.0.37"
30+
futures-util = "0.3.24"

0 commit comments

Comments
 (0)