Compare commits

..

No commits in common. "88e0990e00b249580cee607b2797478f9ba1b866" and "818f96bcf70b0ac30d1deef89537ef8487f22d9e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ edition = "2018"
# Backend web framework
rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
# Used to (de)serialize JSON
serde = { version = "1.0.132", features = [ "derive" ] }
serde = { version = "1.0.127", features = [ "derive" ] }
rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification