From 8ce8c1c6aa8dce081debf2fd0d2baf353238fea7 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 22 Feb 2021 23:41:06 -0500 Subject: add builder feature --- ipfs-api-prelude/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipfs-api-prelude/Cargo.toml') diff --git a/ipfs-api-prelude/Cargo.toml b/ipfs-api-prelude/Cargo.toml index 1a0a7b7..4d2b00a 100644 --- a/ipfs-api-prelude/Cargo.toml +++ b/ipfs-api-prelude/Cargo.toml @@ -11,6 +11,9 @@ version = "0.1.0" readme = "../README.md" license = "MIT OR Apache-2.0" +[features] +with-builder = ["typed-builder"] + [dependencies] async-trait = "0.1" bytes = "1.0" @@ -26,4 +29,5 @@ thiserror = "1.0" tokio = "1.2" tokio-util = { version = "0.6", features = ["codec"] } tracing = "0.1" +typed-builder = { version = "0.9", optional = true } walkdir = "2.3" -- cgit v1.2.3