Add skeleton

This commit is contained in:
Mika Attila 2015-03-06 20:25:55 +01:00
parent 3ccac5755b
commit 67a9f17d0e
3 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Cargo.lock
target/

5
Cargo.toml Normal file
View File

@ -0,0 +1,5 @@
[package]
name = "libnotify"
version = "0.0.1"
authors = ["Mika Attila <radiantstatue@gmail.com>"]

1
src/lib.rs Normal file
View File

@ -0,0 +1 @@
fn test() {}