diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-25 14:12:20 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-25 14:12:20 +0200 |
commit | cfb52a8a13fdd5c75518503acd7f2d723e7763a1 (patch) | |
tree | d53f7d07c9b9171fea615018f22add1fe7ad4f46 /frontend/Cargo.toml | |
parent | Indexer: Use CrawledResource structure as values in the reverse index db (diff) | |
download | OSSE-cfb52a8a13fdd5c75518503acd7f2d723e7763a1.tar.gz OSSE-cfb52a8a13fdd5c75518503acd7f2d723e7763a1.tar.bz2 OSSE-cfb52a8a13fdd5c75518503acd7f2d723e7763a1.zip |
Crawler: Use async Client
Diffstat (limited to 'frontend/Cargo.toml')
-rw-r--r-- | frontend/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 2f2715c..4963867 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -yew = "0.19" +yew = "0.19" \ No newline at end of file |