minor fix

This commit is contained in:
Guilleag01
2023-11-09 18:13:32 +01:00
parent 830dc5d9ac
commit 8a690d0082
1856 changed files with 4052 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "lsplus"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.7", features = ["derive"] }
colored = "2.0.4"
term_size = "0.3.2"