From f752160c6ebcee747a61e6febc4789d0b04ccd12 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 30 Aug 2024 23:35:45 +1200 Subject: feat: implement generic engine for executor --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b9c05cb..3d83881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,6 @@ miette = { features = ["fancy"], version = "5.10.0" } thiserror = "1.0.44" [features] -default = ["utilities"] +default = ["utilities", "u8-engine"] utilities = [] +u8-engine = [] -- cgit 1.4.1