aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-17 06:19:59 +0000
committerFuwn <[email protected]>2023-04-17 06:20:09 +0000
commit888f460c531e2738fa3d8b64a7fcf7dd95cb8151 (patch)
tree979c375d3939bbe981189f3d15674b425e1b4648 /Cargo.toml
parentstyle(response): format style (diff)
downloadseptember-0.2.5.tar.xz
september-0.2.5.zip
fix(to_html): messy markdown to html conversionv0.2.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7371e54..2022cd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"