Skip to content

Commit c417756

Browse files
committed
1 parent f90aaf3 commit c417756

File tree

10 files changed

+1148
-704
lines changed

10 files changed

+1148
-704
lines changed

Cargo.lock

+260-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adview-manager/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ serde = {version = "^1.0", features = ['derive']}
1414
serde_json = "^1.0"
1515
reqwest = { version = "0.10", features = ["json"] }
1616
url = { version = "^2.1", features = ["serde"]}
17+
# Async
18+
async-std = "1.6"
1719
# Other
1820
lazy_static = "1.4"
1921
thiserror = "^1.0"

0 commit comments

Comments
 (0)