From 9168c7fca9043d48bc65eaca6837a537d220a1ed Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 Jun 2019 23:07:09 -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..cf316a7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "nbsh" +version = "0.1.0" +authors = ["Jesse Luehrs "] +edition = "2018" + +[dependencies] -- cgit v1.2.3-54-g00ecf