AtomBuild / atom-build-cargo

Cargo (Rust) integration for Atom
MIT License
18 stars 6 forks source link

add a setting to use `xargo` instead of `cargo` #77

Closed oli-obk closed 7 years ago

oli-obk commented 7 years ago

we should probably check for the existence of xargo and run cargo install xargo in case xargo is not available

oli-obk commented 7 years ago

nvrmind, one can simply set the cargo executable setting to xargo and everything works