From 7155b46602f741694debb4e1764bfa74f3d5c25b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 17 Sep 2020 08:42:58 +0300 Subject: feat: add initial ChunkMeta struct --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b3f2726..593f796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +serde = { version = "1", features = ["derive"] } +serde_json = "1" uuid = { version = "0.8", features = ["v4"] } -- cgit v1.2.1