rust/xargo/Xargo.toml

8 lines
193 B
TOML
Raw Normal View History

2018-10-08 12:40:06 -05:00
[dependencies]
core = {}
2018-10-10 11:36:47 -05:00
alloc = {}
alloc_system = {}
2018-10-08 12:40:06 -05:00
# Disabled due to missing support for many things (intrinsics, etc) in rustc_codegen_cranelift
#std = {features = ["force_alloc_system"]}