From dd3bacbb517329b73a118886cf8cc412222fc6b3 Mon Sep 17 00:00:00 2001 From: Jacob Su Date: Tue, 10 Dec 2024 19:47:21 +0800 Subject: [PATCH] fix pin-project-lite not found error in vs code. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 46843a7b88..c8fcc0c24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ futures-channel = { version = "0.3", features = ["sink"] } futures-util = { version = "0.3", default-features = false, features = ["alloc", "sink"] } http-body-util = "0.1" pretty_env_logger = "0.5" +pin-project-lite = "0.2.4" spmc = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"