diff --git a/cloudevents-sdk-actix-web/Cargo.toml b/cloudevents-sdk-actix-web/Cargo.toml index 4d83aca6..57579a37 100644 --- a/cloudevents-sdk-actix-web/Cargo.toml +++ b/cloudevents-sdk-actix-web/Cargo.toml @@ -2,7 +2,11 @@ name = "cloudevents-sdk-actix-web" version = "0.1.0" authors = ["Francesco Guardiani "] +license-file = "../LICENSE" edition = "2018" +description = "CloudEvents official Rust SDK - Actix-Web integration" +documentation = "https://docs.rs/cloudevents-sdk-actix-web" +repository = "https://github.com/cloudevents/sdk-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cloudevents-sdk-reqwest/Cargo.toml b/cloudevents-sdk-reqwest/Cargo.toml index e487cfd6..a32ae10c 100644 --- a/cloudevents-sdk-reqwest/Cargo.toml +++ b/cloudevents-sdk-reqwest/Cargo.toml @@ -2,7 +2,11 @@ name = "cloudevents-sdk-reqwest" version = "0.1.0" authors = ["Francesco Guardiani "] +license-file = "../LICENSE" edition = "2018" +description = "CloudEvents official Rust SDK - Reqwest integration" +documentation = "https://docs.rs/cloudevents-sdk-reqwest" +repository = "https://github.com/cloudevents/sdk-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html