aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'dev_tools/Cargo.lock')
-rw-r--r--dev_tools/Cargo.lock25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev_tools/Cargo.lock b/dev_tools/Cargo.lock
index 39a1521..7bcc602 100644
--- a/dev_tools/Cargo.lock
+++ b/dev_tools/Cargo.lock
@@ -3,6 +3,15 @@
version = 4
[[package]]
+name = "colored"
+version = "3.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
+dependencies = [
+ "windows-sys",
+]
+
+[[package]]
name = "just_fmt"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -21,6 +30,22 @@ dependencies = [
name = "tools"
version = "0.1.0"
dependencies = [
+ "colored",
"just_fmt",
"just_template",
]
+
+[[package]]
+name = "windows-link"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
+
+[[package]]
+name = "windows-sys"
+version = "0.61.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
+dependencies = [
+ "windows-link",
+]