Skip to content

Commit 2b1877f

Browse files
authored
Add description to boilerplate-macros (#50)
1 parent 06fe84b commit 2b1877f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
name = "boilerplate"
33
version = "1.0.1"
44
description = "Minimal compile-time Rust template engine"
5-
categories = ["template-engine", "no-std"]
65
authors.workspace = true
6+
categories.workspace = true
77
edition.workspace = true
88
homepage.workspace = true
99
license.workspace = true
1010
repository.workspace = true
1111

1212
[workspace.package]
1313
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
14+
categories = ["template-engine", "no-std"]
1415
edition = "2021"
1516
homepage = "https://github.com/casey/boilerplate"
1617
license = "CC0-1.0"

boilerplate-macros/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "boilerplate-macros"
33
version = "0.0.0"
4+
description = "Minimal compile-time Rust template engine macros"
45
authors.workspace = true
6+
categories.workspace = true
57
edition.workspace = true
68
homepage.workspace = true
79
license.workspace = true

html-escaper/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "html-escaper"
33
version = "0.2.0"
44
description = "HTML escaping wrapper for core::fmt::Formatter"
55
authors.workspace = true
6+
categories.workspace = true
67
edition.workspace = true
78
homepage.workspace = true
89
license.workspace = true

0 commit comments

Comments
 (0)