This commit is contained in:
Elijah McMorris 2023-12-17 18:12:56 -08:00
parent 2edaeef042
commit e37d413372
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
14 changed files with 525 additions and 250 deletions

View file

@ -15,3 +15,6 @@ wikidata = "0.3.1"
bzip2 = { version = "0.4", features = ["tokio"] }
lazy_static = "1.4"
indicatif = "0.17"
[dev-dependencies]
surrealdb = { version = "1.0", features = ["kv-mem"] }