diff options
author | curly <curlybryce@protonmail.com> | 2023-02-09 17:48:59 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-09 17:48:59 -0700 |
commit | 511cc2d5ef0f3626e08802dd607b9b528ff31f7f (patch) | |
tree | 3449cfb8db78f578acf73148fcb16b53f42ad79a /Cargo.toml | |
parent | 7bbc871e3402fdedec8f07c8969a8877b87fae18 (diff) | |
download | rocket_test-511cc2d5ef0f3626e08802dd607b9b528ff31f7f.tar.gz rocket_test-511cc2d5ef0f3626e08802dd607b9b528ff31f7f.tar.bz2 rocket_test-511cc2d5ef0f3626e08802dd607b9b528ff31f7f.zip |
get_user_by_name POST json
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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"]} |