Skip to content

Commit 6f79887

Browse files
committed
Also build with Cargo
1 parent 2567dec commit 6f79887

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
*.dummy
99
*-test
1010
Makefile
11+
/target

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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]]
8+
9+
name = "cssparser"
10+
path = "lib.rs"
11+
12+
[dependencies.encoding]
13+
14+
git = "https://github.com/lifthrasiir/rust-encoding"

0 commit comments

Comments
 (0)