aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xesite_markdown/Cargo.toml')
-rw-r--r--lib/xesite_markdown/Cargo.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml
deleted file mode 100644
index b8f551c..0000000
--- a/lib/xesite_markdown/Cargo.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[package]
-name = "xesite_markdown"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-color-eyre = "0.6"
-comrak = "0.18.0"
-hex = "0.4"
-lazy_static = "1.4"
-lol_html = "1.1"
-sha2 = "0.10"
-serde_json = "1"
-thiserror = "1"
-tracing = "0.1"
-url = "2"
-
-# local deps
-xesite_templates = { path = "../xesite_templates" }
-xesite_types = { path = "../xesite_types" }
-
-[dependencies.maud]
-git = "https://github.com/Xe/maud"
-rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
-features = ["axum"]