about summary refs log tree commit diff
path: root/indexer/Cargo.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 12:59:46 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 12:59:46 +0100
commit620d82cc3910d21940e9cc737900440be3b0ced4 (patch)
tree82f8b4b9e93deed5f72a61c5784d6fff5c5bc971 /indexer/Cargo.toml
parentFrontend: Add props to the OSSE Component (diff)
downloadOSSE-620d82cc3910d21940e9cc737900440be3b0ced4.tar.gz
OSSE-620d82cc3910d21940e9cc737900440be3b0ced4.tar.bz2
OSSE-620d82cc3910d21940e9cc737900440be3b0ced4.zip
Misc: Add local lib crate to share common structs
Diffstat (limited to 'indexer/Cargo.toml')
-rw-r--r--indexer/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml
index 32355db..3627da8 100644
--- a/indexer/Cargo.toml
+++ b/indexer/Cargo.toml
@@ -13,6 +13,7 @@ scraper = "0.12.0"
 html2text = "0.4.3"
 rand = "0.7.3"
 serde_json = "1.0.87"
+lib = { path = "../lib" }
 
 [[bin]]
 name = "indexer"