Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "gal-time-tracker"
|
||||
version = "0.1.0"
|
||||
description = "An example generated using the simple template"
|
||||
authors = ["fromost <fromost@crystallium.net>"]
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.28.1"
|
||||
ratatui = "0.29.0"
|
||||
color-eyre = "0.6.3"
|
||||
Reference in New Issue
Block a user