We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f32ff commit 34fc862Copy full SHA for 34fc862
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-type"
3
-version = "5.23.2"
+version = "5.24.0"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/lib.rs
@@ -50,6 +50,7 @@ pub use websocket_frame::*;
50
51
pub use http_compress::*;
52
pub use http_constant::*;
53
+pub use serde_json;
54
pub use tokio;
55
56
pub(crate) use core::hash::BuildHasherDefault;
0 commit comments