mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix tokio::fs
This commit is contained in:
parent
64d13fff58
commit
057dcb3308
2 changed files with 7 additions and 6 deletions
|
@ -9,7 +9,7 @@ anyhow = "1.0"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb-alpha = { version = "2.0.9", features = ["protocol-ws", "kv-mem"] }
|
||||
tokio = { version = "1.39", features = ["time"] }
|
||||
tokio = { version = "1.39", features = ["fs", "time"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue