From 620d82cc3910d21940e9cc737900440be3b0ced4 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 30 Oct 2022 12:59:46 +0100 Subject: Misc: Add local lib crate to share common structs --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index fd3a99f..81bd414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,6 +444,7 @@ version = "0.1.0" dependencies = [ "async-channel", "itertools", + "lib", "rand 0.7.3", "reqwest", "scraper", @@ -619,6 +620,7 @@ dependencies = [ "gloo 0.8.0", "gloo-net", "itertools", + "lib", "scraper", "serde", "wasm-bindgen", @@ -1120,6 +1122,7 @@ dependencies = [ "actix-cors", "actix-web", "html2text", + "lib", "rand 0.7.3", "scraper", "serde", @@ -1221,6 +1224,13 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +[[package]] +name = "lib" +version = "0.1.0" +dependencies = [ + "serde", +] + [[package]] name = "libc" version = "0.2.135" -- cgit 1.4.1