diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:01:39 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:08:28 +0100 |
commit | 3681dc443116a8f3b48595fea3d584187bef3599 (patch) | |
tree | 32be1c887422138d12cfd2b20f3432303c5d8aef /frontend | |
parent | Misc: Add local lib crate to share common structs (diff) | |
download | OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.gz OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.bz2 OSSE-3681dc443116a8f3b48595fea3d584187bef3599.zip |
Misc: Remove unneeded dependencies
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index b528d2b..e348451 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -11,8 +11,6 @@ gloo = "0.8.0" web-sys = "0.3.60" wasm-bindgen = "0.2.83" gloo-net = "0.2" -serde = { version = "1.0", features = ["derive", "rc"] } wasm-bindgen-futures = "0.4" itertools = "0.10.5" -scraper = "0.12.0" lib = { path = "../lib" } \ No newline at end of file |