cinderbox 0.0.1

A TUI project wizard that walks you through setting up a new coding project
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cinderbox"
version = "0.0.1"
edition = "2024"
description = "A TUI project wizard that walks you through setting up a new coding project"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/tyrannikal/cinderbox"

[dependencies]
color-eyre = "0.6.5"
crossterm = "0.29.0"
ratatui = { version = "0.30.0", default-features = false, features = ["crossterm"] }
strum = { version = "0.28", features = ["derive"] }