typo dependencies in Cargo.toml

This commit is contained in:
la Fleur 2020-11-04 12:25:41 +01:00
parent 8a3b7859b5
commit 225c67fb4c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = {version="0.4", features=["tls"]}
rocket = { version = "0.4", features = ["tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"