Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catmark"
version = "0.2.0"
version = "0.2.1"
authors = [ "Xavier Bestel <xavier.bestel@free.fr>" ]
license = "GPL-3.0"
description = "Console printer for CommonMark"
Expand All @@ -13,3 +13,11 @@ term_size = "0.3"
syntect = "1.3"
unicode-segmentation = "1.1"
unicode-width = "0.1"
html2runes = { git = "https://github.com/Ruin0x11/html2runes" }

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here please make a proper release and depend on it.


[lib]
path = "src/lib.rs"

[[bin]]
name = "catmark"
path = "src/main.rs"
Loading