about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-05-27T18·09+0200
committerVincent Ambo <mail@tazj.in>2018-05-27T18·09+0200
commit869d74723e0696d5a081b6146240fbc929414ce6 (patch)
tree8f69cd0869eb07b907aa6c383720a4128b598cc1 /Cargo.toml
parent44904c619e9bb92fc48518ae197f38f0419c5e70 (diff)
chore: Add project bootstrap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000000..b32bd023d5
--- /dev/null
+++ b/Cargo.toml
@@ -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"