Skip to content

Commit 032f947

Browse files
Prepare Cargo.tomls for publish
1 parent c510936 commit 032f947

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

crates/markdown-it-block-spoiler/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "markdown-it-block-spoiler"
33
version = "1.0.0"
44
edition.workspace = true
5+
license = "GPL-3.0"
6+
authors = ["SleeplessOne1917"]
7+
description = "A markdown-it plugin for parsing block spoilers"
8+
repository = "https://github.com/LemmyNet/lemmy-markdown-it-plugins"
9+
keywords = ["markdown", "markdown-it", "spoiler", "plugin"]
10+
categories = ["encoding", "parsing", "text-processing"]
11+
512

613
[dependencies]
714
markdown-it.workspace = true

crates/markdown-it-ruby/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "markdown-it-ruby"
33
version = "1.0.0"
44
edition.workspace = true
5+
license = "GPL-3.0"
6+
authors = ["SleeplessOne1917"]
7+
description = "A markdown-it plugin for parsing ruby text"
8+
repository = "https://github.com/LemmyNet/lemmy-markdown-it-plugins"
9+
keywords = ["markdown", "markdown-it", "ruby-text", "plugin"]
10+
categories = ["encoding", "parsing", "text-processing"]
511

612
[dependencies]
713
itertools = "0.13"

crates/markdown-it-sub/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "markdown-it-sub"
33
version = "1.0.0"
44
edition.workspace = true
5+
license = "GPL-3.0"
6+
authors = ["SleeplessOne1917"]
7+
description = "A markdown-it plugin for parsing subscripts"
8+
repository = "https://github.com/LemmyNet/lemmy-markdown-it-plugins"
9+
keywords = ["markdown", "markdown-it", "subscript", "plugin"]
10+
categories = ["encoding", "parsing", "text-processing"]
11+
512

613
[dependencies]
714
markdown-it.workspace = true

crates/markdown-it-sup/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "markdown-it-sup"
33
version = "1.0.0"
44
edition.workspace = true
5+
license = "GPL-3.0"
6+
authors = ["SleeplessOne1917"]
7+
description = "A markdown-it plugin for parsing superscripts"
8+
repository = "https://github.com/LemmyNet/lemmy-markdown-it-plugins"
9+
keywords = ["markdown", "markdown-it", "superscript", "plugin"]
10+
categories = ["encoding", "parsing", "text-processing"]
511

612
[dependencies]
713
markdown-it.workspace = true

0 commit comments

Comments
 (0)