mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
feat: remove lazy_static and make tables.rs async
This commit is contained in:
parent
dbd039eebf
commit
5fa50cf69f
8 changed files with 142 additions and 83 deletions
|
@ -9,11 +9,10 @@ anyhow = "1.0"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = { version = "2.0.1", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.39", features = ["fs", "time"] }
|
||||
tokio = { version = "1.39", features = ["fs", "time", "sync"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
lazy_static = "1.5"
|
||||
indicatif = "0.17"
|
||||
rand = "0.8"
|
||||
backon = { version = "1.2", features = ["tokio-sleep"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue