about summary refs log tree commit diff
path: root/client
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-10-24 01:53:49 +0200
committerBaitinq <[email protected]>2022-10-24 01:53:51 +0200
commitb3b8c6b2060b7773d1e6ca23b140a7244b195a59 (patch)
tree676444a7f8f342a9ed5ea3a9bb7e4b73b72c408a /client
parentCrawler+Indexer: Rust cleanup (diff)
downloadOSSE-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 'client')
-rw-r--r--client/Cargo.toml12
-rw-r--r--client/src/main.rs3
2 files changed, 0 insertions, 15 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
deleted file mode 100644
index 1cd3c2a..0000000
--- a/client/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "client"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-
-[[bin]]
-name = "client"
-path = "src/main.rs"
diff --git a/client/src/main.rs b/client/src/main.rs
deleted file mode 100644
index ccf0d30..0000000
--- a/client/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
-    println!("Hello, world! Im the client!");
-}