From d60b331f701e0714dff6343657910ae579e72c29 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 17 Sep 2020 11:01:51 +0300 Subject: feat: store chunks persistently --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 593f796..0f10594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" uuid = { version = "0.8", features = ["v4"] } -- cgit v1.2.1