aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-20 13:26:26 +0000
committerAkshay <[email protected]>2021-11-28 07:55:23 +0000
commit2b6012a79cb092e5d88c050cb494057efef28fc2 (patch)
treecd31973c32431a5cbf8c12ce574f799d065852be /Cargo.lock
parent4e063b2abc402ac4d6902647e821978269025c7d (diff)
introduce --config flag
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08881fd..2da3c9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -520,6 +520,7 @@ dependencies = [
520 "similar 2.1.0", 520 "similar 2.1.0",
521 "strip-ansi-escapes", 521 "strip-ansi-escapes",
522 "thiserror", 522 "thiserror",
523 "toml",
523 "vfs", 524 "vfs",
524] 525]
525 526
@@ -613,6 +614,15 @@ dependencies = [
613] 614]
614 615
615[[package]] 616[[package]]
617name = "toml"
618version = "0.5.8"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
621dependencies = [
622 "serde",
623]
624
625[[package]]
616name = "unicase" 626name = "unicase"
617version = "2.6.0" 627version = "2.6.0"
618source = "registry+https://github.com/rust-lang/crates.io-index" 628source = "registry+https://github.com/rust-lang/crates.io-index"