diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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]] |
617 | name = "toml" | ||
618 | version = "0.5.8" | ||
619 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
620 | checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" | ||
621 | dependencies = [ | ||
622 | "serde", | ||
623 | ] | ||
624 | |||
625 | [[package]] | ||
616 | name = "unicase" | 626 | name = "unicase" |
617 | version = "2.6.0" | 627 | version = "2.6.0" |
618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |