From dbf4ec40b9cadb5ea6e76ad571f52fce8d739e9f Mon Sep 17 00:00:00 2001 From: curly Date: Mon, 6 Feb 2023 15:01:11 -0700 Subject: interesting to use --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3600437 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "rocket_test" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde = "1.0.130" +chrono = "0.4.23" + +[dependencies.rocket] +version = "0.5.0-rc.2" +features = ["json"] -- cgit v1.2.3