Skip to content

Commit 99a15ae

Browse files
committed
add serde to prelude
1 parent ac1a980 commit 99a15ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//! The Tide prelude.
2+
pub use crate::convert::{json, Deserialize, Serialize};
23
pub use http_types::Status;
3-
pub use serde_json::json;

0 commit comments

Comments
 (0)