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.

17 lines
411 B

5 years ago
5 years ago
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](http://git.sharnoth.com/jake/libpso) and put
  8. ```
  9. [patch."http://git.sharnoth.com/jake/libpso"]
  10. libpso = { path = "path/to/libpso" }
  11. ```
  12. at the end of the `Cargo.toml` file
  13. # to actually run it
  14. * `cargo run --bin patch` and `cargo run --bin login`