From 6d664454222885c8bcf64e7935fcf8da7c3d9a11 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Sat, 5 Sep 2020 18:22:25 +0800 Subject: Build minigrep --- minigrep/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 minigrep/Cargo.toml (limited to 'minigrep/Cargo.toml') diff --git a/minigrep/Cargo.toml b/minigrep/Cargo.toml new file mode 100644 index 0000000..3fc4cdf --- /dev/null +++ b/minigrep/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "minigrep" +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