elseware/README.md
2019-09-08 18:35:45 -07:00

410 B

setup

  • get http://rustup.rs
  • get the latest nightly rustup default nightly
  • grab elseware
  • cargo test to run tests

development setup

libpso = { path = "path/to/libpso" } ``` at the end of the Cargo.toml file

to actually run it

  • cargo run --bin patch and cargo run --bin login