Implement leon-wiki-graph command

This commit is contained in:
Joscha 2022-11-01 01:22:15 +01:00
parent 60ba7721db
commit 8605f8d43f
5 changed files with 165 additions and 9 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
ciborium = "0.2.0"
clap = { version = "4.0.5", features = ["derive"] }
csv = "1.1.6"
rustc-hash = "1.1.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"