Skip to content

Commit 618a80a

Browse files
committed
Merge branch 'crates.io'
2 parents 472f537 + f565b40 commit 618a80a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Cargo.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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-
[dependencies.encoding]
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"
813

9-
git = "https://github.com/lifthrasiir/rust-encoding"
14+
15+
[dependencies]
16+
encoding = "0.2"

0 commit comments

Comments
 (0)