diff --git a/Cargo.toml b/Cargo.toml index 18ef0615..4b1c9e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Derevtsov Konstantin "] description = """ BugStalker is a modern and lightweight debugger for rust applications. """ -homepage = "https://github.com/godzie44/BugStalker" +repository = "https://github.com/godzie44/BugStalker" keywords = ["debugger", "debug", "gdb"] categories = ["command-line-utilities", "development-tools::debugging"] build = "build.rs"