From 869d74723e0696d5a081b6146240fbc929414ce6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 27 May 2018 20:09:13 +0200 Subject: chore: Add project bootstrap --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000000..b32bd023d51c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "journaldriver" +version = "0.1.0" +authors = ["Vincent Ambo "] + +[dependencies] +libc = "0.2" +failure = "0.1" + +[build-dependencies] +pkg-config = "0.3" -- cgit 1.4.1