session-open-group-server/README.md

12 lines
95 B
Markdown
Raw Normal View History

2021-03-05 05:13:31 +01:00
To build and run the project, do:
2021-03-09 04:22:09 +01:00
```
cargo build
cargo run
```
2021-03-05 05:13:31 +01:00
To run tests:
`cargo test`