From 13a861e74bc33d7366186d98eaa4e5fd5b101658 Mon Sep 17 00:00:00 2001 From: Akulij Date: Mon, 26 May 2025 20:45:59 +0500 Subject: [PATCH] cargo add serde_json --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 561ed82..ab30f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -921,6 +921,7 @@ dependencies = [ "pretty_env_logger", "quickjs-rusty", "serde", + "serde_json", "teloxide", "thiserror 2.0.12", "tokio", diff --git a/Cargo.toml b/Cargo.toml index ffa5767..eaa399e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ mongodb = "3.2.3" pretty_env_logger = "0.5.0" quickjs-rusty = "0.9.0" serde = { version = "1.0.219", features = ["derive", "serde_derive"] } +serde_json = "1.0.140" teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] } thiserror = "2.0.12" tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }