Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to use cargo instead of rustc #5

Merged
merged 18 commits into from
Apr 30, 2018
Merged

Conversation

jasonrobot
Copy link
Contributor

Should resolve #4 which I had encountered as well. Also fixes #1 since using cargo allows external dependencies to be added into Cargo.toml and accessed in the playground.

Added a few more features to make switching between main.rs and cargo.toml easier, and made sure that rust-playground-rm will delete all files and kill all open buffers in the playground.

Hope it's not too much trouble that I've rewritten a lof of things here, but it looks like this hasn't been touched in a while.

@grafov grafov merged commit 9b3f2a6 into grafov:master Apr 30, 2018
@grafov
Copy link
Owner

grafov commented Apr 30, 2018

@jasonrobot thank you very much for this contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cargo error on executing extern crate support
2 participants