bouncinamation/Cargo.toml

15 lines
396 B
TOML
Raw Normal View History

2023-04-30 23:46:24 +00:00
[package]
name = "bouncinamation"
2023-05-01 15:26:22 +00:00
description = "Bouncing DvD logo animation"
2023-04-30 23:46:24 +00:00
version = "0.1.0"
authors = ["pythops <contact@pythops.com>"]
license = "AGPLv3"
edition = "2021"
2023-05-01 15:26:22 +00:00
readme = "README.md"
homepage = "https://github.com/pythops/bouncinamation"
repository = "https://github.com/pythops/bouncinamation"
2023-04-30 23:46:24 +00:00
[dependencies]
crossterm = "0.26.1"
tui = { package = "ratatui", version = "0.20.1" }