Compare commits
No commits in common. "88e0990e00b249580cee607b2797478f9ba1b866" and "818f96bcf70b0ac30d1deef89537ef8487f22d9e" have entirely different histories.
88e0990e00
...
818f96bcf7
|
|
@ -9,7 +9,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.132", features = [ "derive" ] }
|
serde = { version = "1.0.127", 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 New Issue