diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 01:53:49 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 01:53:51 +0200 |
commit | b3b8c6b2060b7773d1e6ca23b140a7244b195a59 (patch) | |
tree | 676444a7f8f342a9ed5ea3a9bb7e4b73b72c408a /Cargo.toml | |
parent | Crawler+Indexer: Rust cleanup (diff) | |
download | OSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.tar.gz OSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.tar.bz2 OSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.zip |
Client->Frontend: Create yew frontend skeleton
We have replaced the client with a yew frontend.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 36b7c3f..7a2596a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] -members = [ "crawler", "indexer", "client" ] +members = [ "crawler", "indexer", "frontend" ] |