diff --git a/Cargo.toml b/Cargo.toml index 433b1e9..5f98e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,17 @@ name = "commit-bridge" version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0" +description = "Seamless workflow dispatch for remote git dependencies." +documentation = "https://docs.rs/commit-bridge" +repository = "https://github.com/Nilirad/commit-bridge" +include = [ + "src/**/*", + "Cargo.lock", + "Cargo.toml", + "README.md", + ".sqlx/**/*", + "migrations/**/*", +] [dependencies] async-trait = "0.1"