📦 Update dependencies and enhance functionality for markdown rendering
The changes include updates to dependencies in `Cargo.lock` and `Cargo.toml`, along with enhancements to the markdown rendering script: 1. Added new dependencies: `reqwest` for HTTP requests and `rust_util` for utility functions. 2. Modified `main.rs` to support reading from both local files and URLs, improving flexibility. 3. Updated metadata files (`script-meta-v2.json` and `script-meta.json`) to reflect changes in script size and hash. These updates expand the script's capabilities while ensuring compatibility with existing features.
This commit is contained in:
@@ -4,4 +4,6 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.13.2", features = ["blocking"] }
|
||||
rust_util = "0.6.51"
|
||||
termimad = "0.34.1"
|
||||
|
||||
Reference in New Issue
Block a user