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 | dd0bc89371f2c1a8258f5b78b13fd4abbaded4e3 (patch) | |
| tree | 2a4b28a5b3a99cf12a3da900eb2386f70e75ed0a /Cargo.toml | |
| parent | ci(earthly): include default css (diff) | |
| download | september-dd0bc89371f2c1a8258f5b78b13fd4abbaded4e3.tar.xz september-dd0bc89371f2c1a8258f5b78b13fd4abbaded4e3.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"] } |