File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
cloudevents-sdk-actix-web Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
name = " cloudevents-sdk-actix-web"
3
3
version = " 0.1.0"
4
4
authors = [
" Francesco Guardiani <[email protected] >" ]
5
+ license-file = " ../LICENSE"
5
6
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"
6
10
7
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
12
Original file line number Diff line number Diff line change 2
2
name = " cloudevents-sdk-reqwest"
3
3
version = " 0.1.0"
4
4
authors = [
" Francesco Guardiani <[email protected] >" ]
5
+ license-file = " ../LICENSE"
5
6
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"
6
10
7
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
12
You can’t perform that action at this time.
0 commit comments