From b7dd584bca69dc729d77b11b6a8378b8be0af647 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Mon, 25 Feb 2019 21:15:40 -0500 Subject: Added lifetimes; split code into library for minigrep. --- lifetimes/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lifetimes/Cargo.toml (limited to 'lifetimes/Cargo.toml') diff --git a/lifetimes/Cargo.toml b/lifetimes/Cargo.toml new file mode 100644 index 0000000..8003864 --- /dev/null +++ b/lifetimes/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "lifetimes" +version = "0.1.0" +authors = ["53hornet <53hornet@gmail.com>"] +edition = "2018" + +[dependencies] -- cgit v1.2.3