From 8a01c383dd3dda3bdf1d53bad543f53dac330ae7 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Fri, 20 Dec 2019 01:08:42 +0100 Subject: Lay foundation stone --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..556ee99 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "babel" +version = "0.1.0" +authors = ["Dennis Kobert ", + "Jan Zwerschke"] +edition = "2018" + + +[dependencies] -- cgit v1.2.3-54-g00ecf