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 2567dec commit 6f79887Copy full SHA for 6f79887
.gitignore
@@ -8,3 +8,4 @@
8
*.dummy
9
*-test
10
Makefile
11
+/target
Cargo.toml
@@ -0,0 +1,14 @@
1
+[package]
2
+
3
+name = "cssparser"
4
+version = "0.1.0"
5
+authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
6
7
+[[lib]]
+path = "lib.rs"
12
+[dependencies.encoding]
13
14
+git = "https://github.com/lifthrasiir/rust-encoding"
0 commit comments