📦 Add Serde and Serde JSON dependencies for cheat sheet metadata handling

This commit is contained in:
2026-04-13 00:26:08 +08:00
parent 6ac1e61b40
commit 85b319d239
5 changed files with 88 additions and 7 deletions
+21
View File
@@ -877,6 +877,8 @@ version = "0.1.0"
dependencies = [
"reqwest",
"rust_util",
"serde",
"serde_json",
"termimad",
]
@@ -1394,6 +1396,19 @@ dependencies = [
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "shlex"
version = "1.3.0"
@@ -2294,3 +2309,9 @@ dependencies = [
"quote",
"syn",
]
[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"