From c74dfab019b0771e38a28be7821b08021afd10c4 Mon Sep 17 00:00:00 2001 From: heqingpan Date: Tue, 17 Sep 2024 23:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9Aparse-size=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7,=E9=81=BF=E5=85=8D=E5=85=B6=E5=BC=BA=E4=BE=9D?= =?UTF-8?q?=E8=B5=96rust=E9=AB=98=E7=89=88=E6=9C=ACv1.81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b5cf6c42..b2c7b3e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ actix = "0.13" actix-rt = "2" actix-multipart = "0.6" actix-multipart-derive = "0.6" +parse-size = "=1.0.0" log = "0.4" env_logger = "0.11" env_logger_timezone_fmt = "0.1.1"