Add alloc feature across workspace crates

This commit is contained in:
luk
2026-01-01 19:00:39 +00:00
parent 19721fb94e
commit 40372db656
5 changed files with 9 additions and 1 deletions

View File

@@ -3,4 +3,7 @@ name = "sub_core"
version = "0.1.0"
edition = "2021"
[features]
alloc = []
[dependencies]