Started up 2025 with an interactive version

This commit is contained in:
Connor Johnstone
2025-03-19 23:18:36 -04:00
parent 3a03a9a2b9
commit 686706c1df
17 changed files with 2363 additions and 452 deletions

11
2025/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "bracket2025"
version = "0.1.0"
authors = ["Connor Johnstone <connor.johnstone@arcfield.com>"]
license = "MIT"
edition = "2024"
[dependencies]
crossterm = "0.28.1"
ratatui = "0.29.0"
color-eyre = "0.6.3"