11 lines
214 B
TOML
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"
|