From 266b00a00a6a245464b6a4918f98ea55fcba286b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 17 Sep 2020 08:09:23 +0300 Subject: feat: add an initial ChunkId implementation --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63ffce8..b3f2726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +uuid = { version = "0.8", features = ["v4"] } -- cgit v1.2.1