Inital Commit for VIVO-Temrinal
This commit is contained in:
+15
@@ -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"
|
||||
Reference in New Issue
Block a user