Bin target added, idea files added
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
[package]
|
||||
name = "timetracker"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
authors = ["Damian Wessels"]
|
||||
description = "Terminal Zeitmanagment Programm"
|
||||
|
||||
[[bin]]
|
||||
name = "t"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
|
||||
Reference in New Issue
Block a user