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"]