diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -991,6 +991,7 @@ dependencies = [ "framework", "hex_display", "jvlib", + "protocol", "serde", "sha1_hash", "sheet_system", @@ -1337,6 +1338,21 @@ dependencies = [ ] [[package]] +name = "protocol" +version = "0.1.0" +dependencies = [ + "constants", + "dirs", + "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" @@ -2604,7 +2620,9 @@ dependencies = [ "config_system", "constants", "framework", + "just_fmt", "serde", + "sheet_system", "thiserror", "tokio", ] |
