multi thread

This commit is contained in:
Elijah McMorris 2023-12-16 03:56:40 -08:00
parent ee15b46ae2
commit 4ea36f78b7
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 75 additions and 27 deletions

View file

@ -10,6 +10,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
surrealdb = "1.0"
tokio = "1.35"
futures = "0.3"
wikidata = "0.3.1"
bzip2 = { version = "0.4", features = ["tokio"] }
lazy_static = "1.4"