new features

This commit is contained in:
rattatwinko
2025-04-30 20:37:59 +02:00
parent eddc034dea
commit 1f69006187
4 changed files with 135 additions and 38 deletions

View File

@@ -10,4 +10,5 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.4", features = ["cargo"] }
colored = "3.0.0"
termion = "4.0.5"
termion = "4.0.5"
serde_json = "1.0.140"