bitfyre/Cargo.toml
2025-04-05 16:35:42 -04:00

11 lines
214 B
TOML

[package]
name = "bitfyre"
version = "0.1.0"
edition = "2024"
[dependencies]
libbitfyre = { path = "../libbitfyre" }
clap = { version = "4.5.35", features = ["derive"] }
color-print = "0.3.7"
crossterm = "0.28.1"