This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4f30aa9c1
rust
/
xargo
/
Xargo.toml
3 lines
76 B
TOML
Raw
Normal View
History
Unescape
Escape
add instructions for how to compile libstd with xargo
2017-05-24 17:36:48 -05:00
[
dependencies
]
Make our build work just like the rustc build
2017-09-07 09:47:31 -05:00
std
=
{
features
=
[
"panic_unwind"
,
"jemalloc"
,
"backtrace"
]
}
Reference in New Issue
Copy Permalink