diff --git a/migra-cli/Cargo.toml b/migra-cli/Cargo.toml index 6b62b9e..5aac181 100644 --- a/migra-cli/Cargo.toml +++ b/migra-cli/Cargo.toml @@ -3,6 +3,12 @@ name = "migra-cli" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] edition = "2018" +description = "Simple SQL migration manager for your project" +homepage = "https://github.com/pleshevskiy/migra" +repository = "https://github.com/pleshevskiy/migra" +license = "MIT OR Apache-2.0" +keywords = ["migration", "cli", "sql", "manager"] +categories = ["accessibility", "database", "command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]]