diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 35 |
1 files changed, 33 insertions, 2 deletions
@@ -276,8 +276,8 @@ name = "mingling" version = "0.1.8" dependencies = [ "mingling", - "mingling_core", - "mingling_macros", + "mingling_core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "mingling_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "size", "tokio", @@ -313,8 +313,39 @@ dependencies = [ ] [[package]] +name = "mingling_core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0df6a42e46dade5788072687c887e15a980d1d16ab5dc2a98c65d47cf6a82993" +dependencies = [ + "env_logger", + "just_fmt", + "just_template", + "log", + "once_cell", + "ron", + "serde", + "serde_json", + "serde_yaml", + "toml", +] + +[[package]] +name = "mingling_macros" +version = "0.1.8" +dependencies = [ + "just_fmt", + "once_cell", + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "mingling_macros" version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae2140e7f48e6e73ebaa3bea51eeb89e6caf52d6d48c47b1337a00fa1912ea07" dependencies = [ "just_fmt", "once_cell", |
