bouncinamation/Cargo.toml

11 lines
219 B
TOML

[package]
name = "bouncinamation"
version = "0.1.0"
authors = ["pythops <contact@pythops.com>"]
license = "AGPLv3"
edition = "2021"
[dependencies]
crossterm = "0.26.1"
tui = { package = "ratatui", version = "0.20.1" }