Add skeleton
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Cargo.lock
|
||||
target/
|
||||
5
Cargo.toml
Normal file
5
Cargo.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[package]
|
||||
|
||||
name = "libnotify"
|
||||
version = "0.0.1"
|
||||
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
||||
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
fn test() {}
|
||||
Reference in New Issue
Block a user