Add cargo.lock and fix some dependencies
Note that the auth_service handler has become less generic, but it's enough for our purposes.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,10 +5,6 @@
|
||||
/app/pkg
|
||||
/model/target
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user