We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extern crate
1 parent bab60d3 commit 245fa16Copy full SHA for 245fa16
src/lib.rs
@@ -23,11 +23,6 @@
23
//! * [cloudevents-sdk-reqwest](https://docs.rs/cloudevents-sdk-reqwest): Integration with [reqwest](https://github.com/seanmonstar/reqwest)
24
//!
25
26
-extern crate serde;
27
-extern crate serde_json;
28
-extern crate serde_value;
29
-extern crate snafu;
30
-
31
/// Provides [`Event`] data structure, [`EventBuilder`] and other facilities to work with [`Event`]
32
pub mod event;
33
/// Provides facilities to implement Protocol Bindings
0 commit comments