Skip to content

Commit

Permalink
🍕 Update models for haya
Browse files Browse the repository at this point in the history
  • Loading branch information
ffimnsr committed Jun 6, 2022
1 parent 873b896 commit 5becb73
Show file tree
Hide file tree
Showing 37 changed files with 4,856 additions and 126 deletions.
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

27 changes: 26 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ tokio = { version = "1.8.1", features = ["rt-multi-thread", "macros", "time"] }
mongodb = "2.2"
bson = { version = "2.1", features = ["uuid-0_8", "chrono-0_4"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
bigdecimal = "0.2"
num-bigint = "0.3"
jsonwebtoken = "= 7.2.1"
base64 = "0.13"
url = { version = "2.1", features = ["serde"] }
Expand All @@ -43,6 +45,7 @@ sha-1 = "0.10.0"
sha2 = "0.10.0"
lazy_static = "1.4.0"
sys-info = "0.9"
async-trait = "0.1"

[patch.crates-io]
jsonwebtoken = { git = "https://github.com/fzrepo/jsonwebtoken" }
Loading

0 comments on commit 5becb73

Please sign in to comment.