diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1122,6 +1122,7 @@ dependencies = [ "jvlib", "sha1_hash", "sheet_system", + "storage_system", "tcp_connection", "toml 0.9.8", "vcs_actions", @@ -2064,6 +2065,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] +name = "storage_system" +version = "0.1.0" + +[[package]] name = "strip-ansi-escapes" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
