diff options
| author | Fuwn <[email protected]> | 2023-02-04 04:41:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-02-04 04:41:23 +0000 |
| commit | 6e9a08675598f1c47dcbaa12edb3dddc64971e3b (patch) | |
| tree | e7f619c7f6944ad14744c15a16de2ccd5213883e /Cargo.toml | |
| parent | build(rustup): move from nightly to stable) (diff) | |
| download | september-6e9a08675598f1c47dcbaa12edb3dddc64971e3b.tar.xz september-6e9a08675598f1c47dcbaa12edb3dddc64971e3b.zip | |
fix(gemini_to_html.rs): remove html escaping
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -34,9 +34,6 @@ log = "0.4.16" # Environment Variables dotenv = "0.15.0" -# HTML Entity-encode Text -htmlescape = "0.3.1" - [build-dependencies] # Environment Variables vergen = "7.0.0" |