mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: swap to justfile
This commit is contained in:
parent
7671ab11f1
commit
40215f53e9
14 changed files with 186 additions and 175 deletions
|
@ -1,25 +1,25 @@
|
|||
[package]
|
||||
name = "wikidata-to-surrealdb"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = { version = "2.2.0", features = ["protocol-http", "kv-mem"] }
|
||||
surrealdb = { version = "2.2.1", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.43", features = ["fs", "time", "sync"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
indicatif = "0.17"
|
||||
rand = "0.8"
|
||||
backon = { version = "1.3", features = ["tokio-sleep"] }
|
||||
backon = { version = "1.4", features = ["tokio-sleep"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.22"
|
||||
surrealdb = { version = "2.2.0", features = ["kv-mem"] }
|
||||
surrealdb = { version = "2.2.1", features = ["kv-mem"] }
|
||||
criterion = { version = "0.5", features = ["async_tokio"] }
|
||||
pprof = { version = "0.13", features = ["criterion", "protobuf-codec"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue