diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 33 |
1 files changed, 31 insertions, 2 deletions
@@ -276,8 +276,8 @@ name = "mingling" version = "0.1.9" dependencies = [ "mingling", - "mingling_core", - "mingling_macros", + "mingling_core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "mingling_macros 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "size", "tokio", @@ -312,6 +312,23 @@ dependencies = [ ] [[package]] +name = "mingling_core" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99628c909d5f1824771e378399024e3c8f8f880a1e1e6b34ac03df67ed15d9c2" +dependencies = [ + "env_logger", + "just_fmt", + "just_template", + "log", + "ron", + "serde", + "serde_json", + "serde_yaml", + "toml", +] + +[[package]] name = "mingling_macros" version = "0.1.9" dependencies = [ @@ -322,6 +339,18 @@ dependencies = [ ] [[package]] +name = "mingling_macros" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01c878eabe0a08c7c394e868591cbcdbdb75460cb2f8f0dab7645583b9604340" +dependencies = [ + "just_fmt", + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "mio" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
