📦 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

View File

@@ -6,4 +6,6 @@ edition = "2024"
[dependencies]
reqwest = { version = "0.13.2", features = ["blocking"] }
rust_util = "0.6.51"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
termimad = "0.34.1"