chore: Add project bootstrap

This commit is contained in:
Vincent Ambo 2018-05-27 20:09:13 +02:00
parent 44904c619e
commit 869d74723e
4 changed files with 176 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "journaldriver"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
libc = "0.2"
failure = "0.1"
[build-dependencies]
pkg-config = "0.3"