implemented basic data extraction
This commit is contained in:
parent
fe3787fd7a
commit
46fc01b803
13 changed files with 578 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "yunodo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
ring = "0.17.8"
|
||||
|
||||
Reference in a new issue