diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.4" +version = "0.2.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." @@ -34,9 +34,6 @@ log = "0.4.16" # Environment Variables dotenv = "0.15.0" -# Markdown to HTML -markly = "0.3.0" - [build-dependencies] # Environment Variables vergen = "7.0.0" |