feat: Add functionality to read path from stdin and rund tasks

This commit is contained in:
0xalivecow 2024-10-20 18:34:52 +02:00
parent 43bea77392
commit 52dca1bcaf
No known key found for this signature in database
5 changed files with 29 additions and 17 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.90"
base64 = "0.22.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"