aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 326ebc8..a09d345 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,5 @@ name = "mvp"
path = "src/main.rs"
[dependencies]
-clap = { version = "4.0", features = ["derive"] } \ No newline at end of file
+clap = { version = "4.0", features = ["derive"] }
+tklog = "0.3.0"