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]
|
[features]
|
||||||
default = ["disasm"]
|
default = ["disasm"]
|
||||||
std = []
|
disasm = ["alloc"]
|
||||||
disasm = ["std"]
|
alloc = []
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,12 @@ name = "hbvm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
hbbytecode = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["alloc"]
|
default = ["alloc"]
|
||||||
|
disasm = ["hbbytecode/disasm", "alloc"]
|
||||||
alloc = []
|
alloc = []
|
||||||
nightly = []
|
nightly = []
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
hbbytecode = { workspace = true }
|
|
||||||
|
|
Loading…
Reference in a new issue