From f39a3d46923bc47e902e7db405366e0e10952669 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Jul 2019 00:16:55 -0400 Subject: project skeleton --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b67598b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "termcast" +version = "0.1.0" +authors = ["Jesse Luehrs "] +edition = "2018" + +[dependencies] -- cgit v1.2.3-54-g00ecf