wikidata-to-surrealdb/Cargo.toml
2023-12-15 06:47:29 +00:00

15 lines
333 B
TOML

[package]
name = "wikidata-to-surrealdb"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0"
dotenv_codegen = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
surrealdb = "1.0"
tokio = "1.35"
wikidata = "0.3.1"
bzip2 = { version = "0.4", features = ["tokio"] }