333 B
333 B
setup
- get http://rustup.rs
- get the latest nightly
rustup install nightly
- grab elseware and libpso
- have elseware and libpso in the same directory
cargo install diesel-cli
diesel database setup
cargo run --bin patch
orcargo run --bin login
cargo test
to run tests