diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -1194,6 +1194,7 @@ dependencies = [ "framework", "hex_display", "jvlib", + "protocol", "serde", "sha1_hash", "sheet_system", @@ -1221,9 +1222,8 @@ dependencies = [ "just_enough_vcs", "just_fmt", "just_progress", - "just_template", + "jv_cli_gen", "log", - "regex", "render_system_macros", "ron", "rust-i18n", @@ -1254,14 +1254,26 @@ dependencies = [ [[package]] name = "just_template" -version = "0.1.0" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f77e78b7de1bd14c242241bbd802efd1e4b7a3717ea5f2eb05aba5e069d8b9" +checksum = "db3edb658c34b10b69c4b3b58f7ba989cd09c82c0621dee1eef51843c2327225" dependencies = [ "just_fmt", ] [[package]] +name = "jv_cli_gen" +version = "0.1.0-dev" +dependencies = [ + "chrono", + "just_fmt", + "just_template", + "regex", + "tokio", + "toml 0.9.8", +] + +[[package]] name = "jvlib" version = "0.1.0" dependencies = [ @@ -1587,6 +1599,19 @@ dependencies = [ ] [[package]] +name = "protocol" +version = "0.1.0" +dependencies = [ + "framework", + "serde", + "sheet_system", + "thiserror", + "tokio", + "vault_system", + "workspace_system", +] + +[[package]] name = "quote" version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" |
