mirror of
https://github.com/pythops/bouncinamation.git
synced 2025-02-18 17:19:07 +00:00
15 lines
396 B
TOML
15 lines
396 B
TOML
[package]
|
|
name = "bouncinamation"
|
|
description = "Bouncing DvD logo animation"
|
|
version = "0.1.0"
|
|
authors = ["pythops <contact@pythops.com>"]
|
|
license = "AGPLv3"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/pythops/bouncinamation"
|
|
repository = "https://github.com/pythops/bouncinamation"
|
|
|
|
[dependencies]
|
|
crossterm = "0.26.1"
|
|
tui = { package = "ratatui", version = "0.20.1" }
|