From 511cc2d5ef0f3626e08802dd607b9b528ff31f7f Mon Sep 17 00:00:00 2001 From: curly Date: Thu, 9 Feb 2023 17:48:59 -0700 Subject: get_user_by_name POST json --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 21aef71..72ec6bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,4 @@ edition = "2021" serde = "1.0.130" chrono = "0.4.23" sqlite = "0.30.4" - -[dependencies.rocket] -version = "0.5.0-rc.2" -features = ["json"] +rocket = {version = "0.5.0-rc.2", features = ["json"]} -- cgit v1.2.3