From 76da278e446e06731ff0676778fa3c960238070e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 22 Feb 2021 17:22:41 -0500 Subject: basic template, forms for browsing make/model started --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cdc7820..f3608d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,5 @@ mongodb = "1.2" once_cell = "1.5" serde = "1.0" serde_json = "1.0" -tokio = { version = "1", default-features = false, features = ["full"] } +serde_urlencoded = "0.7" +tokio = { version = "1.2", default-features = false, features = ["full"] } -- cgit v1.2.3