Initialization

This commit is contained in:
kennytm 2014-08-19 03:25:40 +08:00
commit d4f4624bf5
3 changed files with 13 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/target
*.swp
*.swo
.DS_Store
*.o
__pycache__

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "qrcode"
version = "0.0.1"
authors = ["kennytm <kennytm@gmail.com>"]

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}