forked from AbleOS/holey-bytes
i am tired
Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
This commit is contained in:
parent
ee434e6135
commit
3491814b4f
|
@ -5,6 +5,6 @@ edition = "2018"
|
|||
|
||||
[features]
|
||||
default = ["disasm"]
|
||||
std = []
|
||||
disasm = ["std"]
|
||||
disasm = ["alloc"]
|
||||
alloc = []
|
||||
|
||||
|
|
|
@ -3,10 +3,12 @@ name = "hbvm"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
hbbytecode = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["alloc"]
|
||||
disasm = ["hbbytecode/disasm", "alloc"]
|
||||
alloc = []
|
||||
nightly = []
|
||||
|
||||
[dependencies]
|
||||
hbbytecode = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue