diff options
| author | Fuwn <[email protected]> | 2024-07-24 04:09:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-24 04:15:26 +0000 |
| commit | a7f48e77f8be6006ac70515142db1e6594268439 (patch) | |
| tree | cba3f0dc13800fdb8aee82ca72aaed513db5c3d3 /Cargo.toml | |
| parent | chore: bump version (diff) | |
| download | september-a7f48e77f8be6006ac70515142db1e6594268439.tar.xz september-a7f48e77f8be6006ac70515142db1e6594268439.zip | |
fix(html): use markdown safety
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ dotenv = "0.15.0" # URL Standard url = "2.3.1" -# HTML Encoding -html-escape = "0.2.13" +# Markdown Encoding +comrak = "0.26.0" [build-dependencies] # Compile-time Environment Variables |