mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Prototype API (#1)
* Add oauth2 client * Update LICENSE.txt * Create .env.example * Add dotenv to example * Add oauth2 types * Update lib.rs * Update Cargo.toml * Update lib.rs * Add games routes
This commit is contained in:
parent
92d5adc03b
commit
21daa668f8
14 changed files with 472 additions and 22 deletions
|
|
@ -10,3 +10,6 @@ insert_final_newline = true
|
|||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.env*]
|
||||
insert_final_newline = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue