18 lines
407 B
TOML
18 lines
407 B
TOML
[package]
|
|
name = "sus-manager"
|
|
version = "0.1.0"
|
|
description = "An example generated using the hello-world template"
|
|
authors = ["fromost"]
|
|
license = "MIT"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.3"
|
|
ratatui = "0.29.0"
|
|
|
|
crossterm = { version = "0.29.0", features = ["event-stream"] }
|
|
futures = "0.3.28"
|
|
tokio = { version = "1.47.1", features = ["full"] }
|
|
tokio-util = "0.7.9"
|
|
tokio-utils = "0.1.2"
|