This commit is contained in:
Elijah McMorris 2023-12-15 05:54:00 +00:00
parent 08d8d2d63b
commit 7bf0033970
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 29 additions and 9 deletions

View file

@ -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"] }