You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
410 B

5 years ago
5 years ago
5 years ago
  1. # setup
  2. * get http://rustup.rs
  3. * get the latest nightly `rustup default nightly`
  4. * grab elseware
  5. * `cargo test` to run tests
  6. # development setup
  7. * grab [libpso](https://github.com/jakeprobst/libpso)
  8. * put ```
  9. [patch."http://git.sharnoth.com/jake/libpso"]
  10. libpso = { path = "path/to/libpso" }
  11. ``` at the end of the `Cargo.toml` file
  12. # to actually run it
  13. * `cargo run --bin patch` and `cargo run --bin login`