Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication WIP #224

Merged
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Cargo.lock
*.swp
*.swo
.DS_Store
*.glue
dhat-heap.json
.vim/
.nova/
.sublime-workspace
Expand Down
1 change: 1 addition & 0 deletions backends/stars_beyond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ horizon_data_types = "0.4.0"
socketioxide = "0.15.1"
parking_lot = "0.12.3"
serde_json = "1.0.134"
serde = "1.0.134"
#
#
#
Expand Down
Loading
Loading