rust/xargo/Xargo.toml

8 lines
160 B
TOML
Raw Normal View History

2018-10-08 19:40:06 +02:00
[dependencies]
core = {}
2018-10-10 18:36:47 +02:00
alloc = {}
alloc_system = {}
2018-10-08 19:40:06 +02:00
# Disabled due to missing support for many things (intrinsics, etc) in rustc_codegen_cranelift
#std = {}