From b7f04bdd146bc83c53d105cfc3bf8a782d1af8b3 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Wed, 7 Apr 2021 22:32:48 +0530 Subject: [PATCH] Add feature to macchina --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 669ba87..57eb5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,7 @@ unicode-width = "0.1.8" lazy_static = "1.4.0" [target.'cfg(not(target_env = "msvc"))'.dependencies] -jemallocator = "0.3.2" \ No newline at end of file +jemallocator = "0.3.2" + +[features] +openwrt = ["libmacchina/openwrt"]