From 6433a239741acd7f4825d76249509523b86953f7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 25 Jun 2019 18:33:39 +0200 Subject: Initial import Signed-off-by: Matthias Beyer --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b460961 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "daglib" +version = "0.1.0" +authors = ["Matthias Beyer "] +edition = "2018" + +[dependencies] +futures = "0.1" -- cgit v1.2.3