16 lines
364 B
TOML
16 lines
364 B
TOML
[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"
|