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"