From 2dea1b048e0637346956b979f902dca88c48b616 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Mon, 10 Aug 2020 21:35:16 +0800 Subject: Functions for fun --- functions/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 functions/Cargo.toml (limited to 'functions/Cargo.toml') diff --git a/functions/Cargo.toml b/functions/Cargo.toml new file mode 100644 index 0000000..e07244c --- /dev/null +++ b/functions/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "functions" +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