File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22name = " boilerplate"
33version = " 1.0.1"
44description = " Minimal compile-time Rust template engine"
5- categories = [" template-engine" , " no-std" ]
65authors.workspace = true
6+ categories.workspace = true
77edition.workspace = true
88homepage.workspace = true
99license.workspace = true
1010repository.workspace = true
1111
1212[workspace .package ]
1313authors = [" Casey Rodarmor <casey@rodarmor.com>" ]
14+ categories = [" template-engine" , " no-std" ]
1415edition = " 2021"
1516homepage = " https://github.com/casey/boilerplate"
1617license = " CC0-1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " boilerplate-macros"
33version = " 0.0.0"
4+ description = " Minimal compile-time Rust template engine macros"
45authors.workspace = true
6+ categories.workspace = true
57edition.workspace = true
68homepage.workspace = true
79license.workspace = true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "html-escaper"
33version = " 0.2.0"
44description = " HTML escaping wrapper for core::fmt::Formatter"
55authors.workspace = true
6+ categories.workspace = true
67edition.workspace = true
78homepage.workspace = true
89license.workspace = true
You can’t perform that action at this time.
0 commit comments