chore: Add project bootstrap
This commit is contained in:
parent
44904c619e
commit
869d74723e
4 changed files with 176 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue