Skip to content

Commit 746efe0

Browse files
committed
Add some metadata for cartes.io
1 parent f77ae6d commit 746efe0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
[package]
22

33
name = "cssparser"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = [ "Simon Sapin <[email protected]>" ]
66

7+
description = "Rust implementation of CSS Syntax Level 3"
8+
documentation = "http://servo.github.io/rust-cssparser/cssparser/index.html"
9+
repository = "https://github.com/servo/rust-cssparser"
10+
readme = "README.md"
11+
keywords = ["css", "syntax", "parser"]
12+
license = "MPL2"
13+
14+
715
[dependencies]
816
encoding = "0.2"

0 commit comments

Comments
 (0)