We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5989b commit 27d63c1Copy full SHA for 27d63c1
pdl-derive/Cargo.toml
@@ -15,6 +15,9 @@ authors = [
15
exclude = ["editors/*"]
16
categories = ["parsing"]
17
18
+[features]
19
+serde = []
20
+
21
[lib]
22
name = "pdl_derive"
23
proc-macro = true
pdl-tests/Cargo.toml
@@ -5,6 +5,9 @@ publish = false
5
edition = "2021"
6
description = "PDL Rust generated code tests"
7
8
9
10
11
[dependencies]
12
bytes = "1.4.0"
13
thiserror = "1.0.47"
0 commit comments