From db7c54f92f386a94db8af7a12626d2657b4dd640 Mon Sep 17 00:00:00 2001 From: edef Date: Sat, 14 Aug 2021 21:28:14 +0000 Subject: ripple/fossil: a basic content-addressable store Fossil stores content-addressed blobs of file contents and Protobuf-encoded directory listings, backed by Sled. Change-Id: I8b49de6342218ca00755cec980b1d0cfb18878a7 --- ripple/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ripple/Cargo.toml') diff --git a/ripple/Cargo.toml b/ripple/Cargo.toml index 654f89b..5255ca8 100644 --- a/ripple/Cargo.toml +++ b/ripple/Cargo.toml @@ -7,3 +7,6 @@ version = "0.1.0" edition = "2018" [dependencies] + +[workspace] +members = ["fossil"] -- cgit 1.4.1