Skip to content

Commit 8079a14

Browse files
Added more meta to Cargo.toml
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent bbe3a4c commit 8079a14

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cloudevents-sdk-actix-web/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name = "cloudevents-sdk-actix-web"
33
version = "0.1.0"
44
authors = ["Francesco Guardiani <[email protected]>"]
5+
license-file = "../LICENSE"
56
edition = "2018"
7+
description = "CloudEvents official Rust SDK - Actix-Web integration"
8+
documentation = "https://docs.rs/cloudevents-sdk-actix-web"
9+
repository = "https://github.com/cloudevents/sdk-rust"
610

711
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812

cloudevents-sdk-reqwest/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name = "cloudevents-sdk-reqwest"
33
version = "0.1.0"
44
authors = ["Francesco Guardiani <[email protected]>"]
5+
license-file = "../LICENSE"
56
edition = "2018"
7+
description = "CloudEvents official Rust SDK - Reqwest integration"
8+
documentation = "https://docs.rs/cloudevents-sdk-reqwest"
9+
repository = "https://github.com/cloudevents/sdk-rust"
610

711
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812

0 commit comments

Comments
 (0)