Initialization
This commit is contained in:
commit
d4f4624bf5
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/target
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
*.o
|
||||
__pycache__
|
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
name = "qrcode"
|
||||
version = "0.0.1"
|
||||
authors = ["kennytm <kennytm@gmail.com>"]
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in a new issue