aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6aa16a5..fc59a72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -37,6 +37,11 @@ dependencies = [
]
[[package]]
+name = "owo-colors"
+version = "1.2.1"
+source = "git+https://github.com/FredTheDino/owo-colors.git#4ca8cc3da368d17831af67b85fa33215deb4570f"
+
+[[package]]
name = "proc-macro2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -76,6 +81,7 @@ name = "tihdy"
version = "0.1.0"
dependencies = [
"logos",
+ "owo-colors",
]
[[package]]