summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 0 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6f0315..672700a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -857,12 +857,6 @@ 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"
@@ -976,7 +970,6 @@ dependencies = [
"jvlib",
"sha1_hash",
"sheet_system",
- "storage_system",
"tcp_connection",
"tokio",
"toml",
@@ -1810,18 +1803,6 @@ 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"