initial commit, empty rocket server
This commit is contained in:
commit
27d02a0d5c
11 changed files with 2980 additions and 0 deletions
13
readme.md
Normal file
13
readme.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# ezidam
|
||||
|
||||
pronounced as "ez" + "idam"
|
||||
|
||||
- ez: easy
|
||||
- idam: identity and access management [wikipedia](https://en.wikipedia.org/wiki/Identity_management)
|
||||
|
||||
## setup
|
||||
|
||||
1. install rust via [rustup](https://rustup.rs)
|
||||
2. install the `nightly` toolchain with `rustup toolchain install nightly`
|
||||
|
||||
use the nightly toolchain during development, it can provide better errors
|
||||
Loading…
Add table
Add a link
Reference in a new issue