From 8a4d2fb922c2c5a9e900b4b836d7787a09a1fe90 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 13 Mar 2019 10:02:15 -0400 Subject: Added concurrency, pointers, oop --- smart-pointers/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 smart-pointers/Cargo.toml (limited to 'smart-pointers/Cargo.toml') diff --git a/smart-pointers/Cargo.toml b/smart-pointers/Cargo.toml new file mode 100644 index 0000000..0dcde9f --- /dev/null +++ b/smart-pointers/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "smart-pointers" +version = "0.1.0" +authors = ["Adam Carpenter <53hornet@gmail.com>"] +edition = "2018" + +[dependencies] -- cgit v1.2.3