diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:35:45 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:35:45 +1200 |
| commit | f752160c6ebcee747a61e6febc4789d0b04ccd12 (patch) | |
| tree | 76e123279abbd1797ba281f35cbcba61136ef7bd /Cargo.toml | |
| parent | 98d7946709032aae5e1d0d35cff78efc55550900 (diff) | |
feat: implement generic engine for executor
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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 = [] |