From 40372f0cf8a95f4d5bdf78fc522328b776482dbf Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 9 Aug 2023 01:34:47 -0400 Subject: fix packages, implement caching --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ab70ee6..91dcbec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +serde = { version = "1.0.183", features = ["derive", "rc", "alloc"] } +serde_json = "1.0.104" -- cgit v1.2.3-54-g00ecf