diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 58 |
1 files changed, 50 insertions, 8 deletions
@@ -401,11 +401,11 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling" -version = "0.2.0" +version = "0.2.2" dependencies = [ "mingling", - "mingling_core", - "mingling_macros", + "mingling_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "mingling_macros 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "size", "tokio", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "mingling-cli" -version = "0.2.0" +version = "0.2.2" dependencies = [ "chrono", "colored", @@ -427,13 +427,31 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.2.0" +version = "0.2.2" +dependencies = [ + "env_logger", + "just_fmt", + "just_template", + "log", + "mingling_pathf 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ron", + "serde", + "serde_json", + "serde_yaml", + "toml", +] + +[[package]] +name = "mingling_core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea" dependencies = [ "env_logger", "just_fmt", "just_template", "log", - "mingling_pathf", + "mingling_pathf 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "ron", "serde", "serde_json", @@ -443,7 +461,19 @@ dependencies = [ [[package]] name = "mingling_macros" -version = "0.2.0" +version = "0.2.2" +dependencies = [ + "just_fmt", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "mingling_macros" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367" dependencies = [ "just_fmt", "proc-macro2", @@ -453,8 +483,20 @@ dependencies = [ [[package]] name = "mingling_pathf" -version = "0.2.0" +version = "0.2.2" +dependencies = [ + "just_fmt", + "proc-macro2", + "syn", +] + +[[package]] +name = "mingling_pathf" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "134fb0a329f4cc605298eb47683cd2e9eaa184bf651215cbc72d411e9533a4be" dependencies = [ + "just_fmt", "proc-macro2", "syn", ] |
