From 9d78dbdb0be1e79a1e583bbfa991dac49aefa017 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2020 19:56:00 +0200 Subject: Initialise a new Rust v1.44.1 project Initialised with: $ cargo init --bin --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..255cf46 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "git-suggested-patch" +version = "0.0.1" +edition = "2018" + +[dependencies] -- cgit v1.2.3