|
|
@ -5,13 +5,13 @@ |
|
|
|
* `cargo test` to run tests |
|
|
|
|
|
|
|
# development setup |
|
|
|
* grab [libpso](https://github.com/jakeprobst/libpso) |
|
|
|
* put |
|
|
|
```toml |
|
|
|
[patch."http://git.sharnoth.com/jake/libpso"] |
|
|
|
grab [libpso](https://github.com/jakeprobst/libpso) and put |
|
|
|
``` |
|
|
|
[patch."http://git.sharnoth.com/jake/libpso"] |
|
|
|
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` |
|
|
|
|