basic rust template
This commit is contained in:
commit
2f3fac1a58
9 changed files with 1026 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "todo"
|
||||
version = "0.1.0"
|
||||
description = "Todo & log manager"
|
||||
authors = ["Fabien Freling <public@ffreling.com>"]
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.28.1"
|
||||
ratatui = "0.29.0"
|
||||
color-eyre = "0.6.3"
|
Loading…
Add table
Add a link
Reference in a new issue