bouncinamation/Cargo.toml

16 lines
413 B
TOML
Raw Permalink Normal View History

2023-04-30 16:46:24 -07:00
[package]
name = "bouncinamation"
2023-05-01 08:26:22 -07:00
description = "Bouncing DvD logo animation"
2023-05-02 02:26:16 -07:00
version = "0.2.0"
2023-04-30 16:46:24 -07:00
authors = ["pythops <contact@pythops.com>"]
2023-05-01 08:31:35 -07:00
license = "AGPL-3.0"
2023-04-30 16:46:24 -07:00
edition = "2021"
2023-05-01 08:26:22 -07:00
readme = "README.md"
homepage = "https://github.com/pythops/bouncinamation"
repository = "https://github.com/pythops/bouncinamation"
2023-04-30 16:46:24 -07:00
[dependencies]
crossterm = "0.26.1"
tui = { package = "ratatui", version = "0.20.1" }
2023-05-02 02:26:16 -07:00
rand = "0.8.5"