mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: file path, swap from ws to http
This commit is contained in:
parent
acef3f8f3b
commit
53e3ffe0dd
12 changed files with 29 additions and 15 deletions
|
@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
|
|||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb-alpha = { version = "2.0.9", features = ["protocol-ws", "kv-mem"] }
|
||||
surrealdb-alpha = { version = "2.0.9", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.39", features = ["fs", "time"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue