diff options
Diffstat (limited to 'frontend/Cargo.toml')
-rw-r--r-- | frontend/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 23acba2..b528d2b 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -15,3 +15,4 @@ 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 |