We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77ae6d commit f565b40Copy full SHA for f565b40
Cargo.toml
@@ -1,8 +1,16 @@
1
[package]
2
3
name = "cssparser"
4
-version = "0.1.0"
+version = "0.1.1"
5
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
6
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 = "MPL-2.0"
13
+
14
15
[dependencies]
16
encoding = "0.2"
0 commit comments