Add skeleton
This commit is contained in:
parent
3ccac5755b
commit
67a9f17d0e
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() {}
|
Loading…
Reference in New Issue
Block a user