diff options
| author | Xe Iaso <me@christine.website> | 2022-10-30 18:24:09 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-30 18:24:09 -0400 |
| commit | 23c64aebf57b3a9f9db4c08af001f01af25d732d (patch) | |
| tree | 6a3e6aafe2eef06aaea2faa5b8c7711be328c86e /lib/xesite_markdown/Cargo.toml | |
| parent | 5d2935617a0e4bf615a8ffc0f7c1f96d9479cbd8 (diff) | |
| download | xesite-23c64aebf57b3a9f9db4c08af001f01af25d732d.tar.xz xesite-23c64aebf57b3a9f9db4c08af001f01af25d732d.zip | |
various site updates
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib/xesite_markdown/Cargo.toml')
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml index 62eb817..08e196f 100644 --- a/lib/xesite_markdown/Cargo.toml +++ b/lib/xesite_markdown/Cargo.toml @@ -8,12 +8,16 @@ edition = "2021" [dependencies] color-eyre = "0.6" comrak = "0.14.0" +hex = "0.4" lazy_static = "1.4" lol_html = "0.3" maud = "0.23.0" +sha2 = "0.10" +serde_json = "1" thiserror = "1" tracing = "0.1" url = "2" # local deps -xesite_templates = { path = "../xesite_templates" }
\ No newline at end of file +xesite_templates = { path = "../xesite_templates" } +xesite_types = { path = "../xesite_types" }
\ No newline at end of file |
