Cargo.lock added
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[package]
|
||||||
|
name = "timetracker"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
anyhow = "1.0.98"
|
||||||
|
colored = "3.0.0"
|
||||||
|
clap = { version = "4.5.38", features = ["derive"] }
|
||||||
|
|
||||||
|
directories = "6.0.0"
|
||||||
|
rusqlite = { version = "0.35.0", features = ["chrono", "bundled"] }
|
||||||
|
langtime = "0.2.1"
|
||||||
Reference in New Issue
Block a user