From 32ce7ac4d53271c036859732e258d0eccff03d1d Mon Sep 17 00:00:00 2001 From: PE <7454729+peshwar9@users.noreply.github.com> Date: Sat, 4 Jul 2020 15:37:03 +0530 Subject: [PATCH] Update Cargo.toml --- chapter3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter3/Cargo.toml b/chapter3/Cargo.toml index a3d0529..5f31645 100644 --- a/chapter3/Cargo.toml +++ b/chapter3/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "template-engine" version = "0.1.0" -authors = ["peshwar9 "] +authors = ["peshwar9"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html