From d3e546cbb794139e982c03600957e79ee7fc4e29 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 27 Jan 2022 22:09:47 +0100 Subject: [PATCH] Add author/license info --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 08d24c8..3dff731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "sr" description = "A mass search & replace tool" +authors = ["Vincent Driessen"] +license = "MIT" +license-file = "LICENSE" version = "0.1.0" edition = "2021"