Inital Commit for VIVO-Temrinal

This commit is contained in:
2026-07-25 01:18:59 +02:00
commit 731c1fa34b
5 changed files with 3625 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "VIVO-Terminal"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.5"
ratatui = "0.30.2"
crossterm = "0.29.0"
tokio = { version = "1.53.1", features = ["full"] }
reqwest = { version = "0.13.4", features = ["json"] }
axum = "0.8.9"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
textwrap = "0.16.2"