From bed29f40d028ebcae78a54e597bbc69990e77769 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Mon, 27 Nov 2017 18:05:32 -0500 Subject: [PATCH] adds trace feature (nothing behind it atm) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 95ea6df..9927c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ pubsub = { path = "../pubsub" } [features] no-thrash = [] +trace = []