about summary refs log tree commit diff
path: root/frontend/Cargo.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 14:12:20 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 14:12:20 +0200
commitcfb52a8a13fdd5c75518503acd7f2d723e7763a1 (patch)
treed53f7d07c9b9171fea615018f22add1fe7ad4f46 /frontend/Cargo.toml
parentIndexer: Use CrawledResource structure as values in the reverse index db (diff)
downloadOSSE-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.toml2
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