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
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 15:36:48 -07:00
[
dependencies
]
Make our build work just like the rustc build
2017-09-07 16:47:31 +02:00
std
=
{
features
=
[
"panic_unwind"
,
"jemalloc"
,
"backtrace"
]
}
Reference in New Issue
Copy Permalink