First commit

This commit is contained in:
zuma 2025-07-01 16:42:46 +02:00
commit 718b4c49ff
12 changed files with 7007 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "tapote"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
include-lines = "1.1.2"
rand = "0.9.1"