mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
bz2
This commit is contained in:
parent
08d8d2d63b
commit
7bf0033970
4 changed files with 29 additions and 9 deletions
|
@ -6,9 +6,10 @@ license = "MIT OR Apache-2.0"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
dotenv_codegen = "0.15.0"
|
||||
dotenv_codegen = "0.15"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = "1.0"
|
||||
tokio = "1.35"
|
||||
wikidata = "0.3"
|
||||
wikidata = "0.3.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue