From f23a4fe4bcb7ae0b47d625f89abb281646ea33a7 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Thu, 3 Sep 2020 15:26:30 +0800 Subject: Care about lifetimes --- lifetimes/Cargo.toml | 9 +++++++++ 1 file changed, 9 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..3655444 --- /dev/null +++ b/lifetimes/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "lifetimes" +version = "0.1.0" +authors = ["Jordan Gong "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3