diff --git a/Cargo.toml b/Cargo.toml index 8a192c2..36511f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "fmm" version = "0.1.0" authors = ["raiguard "] edition = "2021" +description = "Manage your Factorio mods." +readme = "README.md" +repository = "https://github.com/raiguard/fmm" +license = "MIT" +keywords = ["factorio", "cli", "structopt", "manager", "mod"] [dependencies] directories = "3.0.2"