Implement leon-wiki-graph command
This commit is contained in:
parent
60ba7721db
commit
8605f8d43f
5 changed files with 165 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue