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.
2 parents 472f537 + f565b40 commit 618a80aCopy full SHA for 618a80a
Cargo.toml
@@ -1,9 +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
-[dependencies.encoding]
+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
-git = "https://github.com/lifthrasiir/rust-encoding"
14
+
15
+[dependencies]
16
+encoding = "0.2"
0 commit comments