Compare commits
1 commit
6b5e355171
...
f0541e213c
| Author | SHA1 | Date | |
|---|---|---|---|
| f0541e213c |
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||||
# Backend web framework
|
# Backend web framework
|
||||||
rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
|
rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
|
||||||
# Used to (de)serialize JSON
|
# Used to (de)serialize JSON
|
||||||
serde = { version = "1.0.133", features = [ "derive" ] }
|
serde = { version = "1.0.136", features = [ "derive" ] }
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
uuid = { version = "0.8.2", features = ["serde"] }
|
uuid = { version = "0.8.2", features = ["serde"] }
|
||||||
# Authentification
|
# Authentification
|
||||||
|
|
|
||||||
Reference in a new issue