diff --git a/Cargo.toml b/Cargo.toml index d439fd2fc2..c40533f1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "redox_installer" version = "0.2.1" +description = "A Redox filesystem builder" +license = "MIT" +authors = ["Jeremy Soller "] +repository = "https://gitlab.redox-os.org/redox-os/installer" [[bin]] name = "redox_installer"