Skip to content

Commit d58c732

Browse files
committed
Add pass-through serde feature to html-node
1 parent cea7534 commit d58c732

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

html-node/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3737
[features]
3838
axum = ["html-node-core/axum"]
3939
typed = ["html-node-core/typed", "html-node-macro/typed"]
40+
serde = ["html-node-core/serde"]

0 commit comments

Comments
 (0)