mirror of
https://github.com/pythops/bouncinamation.git
synced 2024-11-27 01:56:38 +00:00
16 lines
413 B
TOML
16 lines
413 B
TOML
[package]
|
|
name = "bouncinamation"
|
|
description = "Bouncing DvD logo animation"
|
|
version = "0.2.0"
|
|
authors = ["pythops <contact@pythops.com>"]
|
|
license = "AGPL-3.0"
|
|
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" }
|
|
rand = "0.8.5"
|