Skip to content

Commit 1a6bba9

Browse files
committed
chore: Update package metadata
1 parent 8a507eb commit 1a6bba9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "css-inline"
33
version = "0.1.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2018"
6+
license = "MIT"
7+
readme = "README.md"
8+
description = "A crate for inlining CSS into HTML documents"
9+
repository = "https://github.com/Stranger6667/css-inline"
10+
keywords = ["html", "css"]
11+
exclude = [".github", ".pre-commit-config.yaml", ".yamllint", ".gitignore"]
12+
categories = ["web-programming"]
613

714
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
815

0 commit comments

Comments
 (0)