12 lines
222 B
TOML
12 lines
222 B
TOML
[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"
|