From 621776cd94890936b24f3abb8b7ec1f36dad9150 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sun, 21 Feb 2016 08:15:41 -0800 Subject: Initialize new cargo binary project --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..e970b9ea --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "alacritty" +version = "0.1.0" +authors = ["Joe Wilm "] + +[dependencies] -- cgit v1.2.3-54-g00ecf