From f91da817be5688f052bce317b1f70ad7176fd13b Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Sun, 20 Sep 2020 15:55:28 +0800 Subject: Loading data on the heap using box --- smart_pointer/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 smart_pointer/Cargo.toml (limited to 'smart_pointer/Cargo.toml') diff --git a/smart_pointer/Cargo.toml b/smart_pointer/Cargo.toml new file mode 100644 index 0000000..cdc8b9b --- /dev/null +++ b/smart_pointer/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "smart_pointer" +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