summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2019-12-20 01:08:42 +0100
committerDennis Kobert <dennis@kobert.dev>2019-12-20 01:08:42 +0100
commit8a01c383dd3dda3bdf1d53bad543f53dac330ae7 (patch)
tree05d1bb35fd8a63da7afd28c937266d3c61b94664 /Cargo.toml
Lay foundation stone
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <dennis@kobert.dev>",
+ "Jan Zwerschke"]
+edition = "2018"
+
+
+[dependencies]