implemented basic data extraction

This commit is contained in:
specCon18 2024-05-29 19:14:26 -04:00
parent fe3787fd7a
commit 46fc01b803
13 changed files with 578 additions and 0 deletions

9
Cargo.toml Normal file
View 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"