Add Makeflie

This commit is contained in:
Elijah McMorris 2024-08-06 23:24:42 -07:00
parent 4d3e2c5b72
commit afc20907a6
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
9 changed files with 129 additions and 109 deletions

View file

@ -8,16 +8,16 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
surrealdb = "1.1"
tokio = { version = "1.35", features = ["time"] }
surrealdb = "1.5.4"
tokio = { version = "1.39", features = ["time"] }
futures = "0.3"
wikidata = "1.0"
wikidata = "1.1"
bzip2 = { version = "0.4", features = ["tokio"] }
lazy_static = "1.4"
lazy_static = "1.5"
indicatif = "0.17"
[dev-dependencies]
surrealdb = { version = "1.1", features = ["kv-mem"] }
surrealdb = { version = "1.5", features = ["kv-mem"] }
criterion = { version = "0.5", features = ["async_tokio"] }
pprof = { version = "0.13", features = ["criterion", "protobuf-codec"] }