diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5aa59d6..4c4488d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,6 +3,21 @@ version = 3 [[package]] +name = "camino" +version = "1.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" + +[[package]] +name = "converge" +version = "0.1.0" +dependencies = [ + "camino", + "cutie", + "thiserror", +] + +[[package]] name = "cutie" version = "0.1.0" dependencies = [ |