Load sift data from stdin
This commit is contained in:
parent
2e2045a74d
commit
c195fbb8d4
4 changed files with 299 additions and 2 deletions
|
|
@ -4,3 +4,6 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.5", features = ["derive"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue