diff options
| author | Fuwn <[email protected]> | 2024-03-23 06:50:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-23 06:50:05 +0000 |
| commit | 598ede71202aea7b0b7cc6361ff7a388154dade9 (patch) | |
| tree | 2a4b28a5b3a99cf12a3da900eb2386f70e75ed0a /Cargo.toml | |
| parent | ci(earthly): include default css (diff) | |
| download | september-598ede71202aea7b0b7cc6361ff7a388154dade9.tar.xz september-598ede71202aea7b0b7cc6361ff7a388154dade9.zip | |
fix(html): html encode text body
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ dotenv = "0.15.0" # URL Standard url = "2.3.1" +# HTML Encoding +html-escape = "0.2.13" + [build-dependencies] # Compile-time Environment Variables vergen = { version = "8.2.1", features = ["git", "gitoxide"] } |