diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -695,6 +695,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] name = "hex_display" version = "0.1.0" @@ -798,6 +804,7 @@ dependencies = [ "jvlib", "sha1_hash", "sheet_system", + "storage_system", "tcp_connection", "toml", "vcs_actions", @@ -1566,6 +1573,18 @@ dependencies = [ ] [[package]] +name = "storage_system" +version = "0.1.0" +dependencies = [ + "blake3", + "hex", + "log", + "memmap2", + "thiserror 1.0.69", + "tokio", +] + +[[package]] name = "subtle" version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
