initial structure + nix build (#1)

(incl. cross-compiling)
This commit is contained in:
Jens K.
2024-11-27 20:57:43 +01:00
committed by GitHub
parent f4012856a4
commit b95d7ecfb2
8 changed files with 1158 additions and 7 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "timr"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.29.0"
crossterm = "0.28.1"
color-eyre = "0.6.2"