Skip to content

Commit 214519c

Browse files
committed
chore: indicate that the 'paperclip_compat' feature is required by the paperclip example
1 parent 4e3b62a commit 214519c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ uuid = { version = "1.10.0", features = ["serde", "v4"] }
3030
[features]
3131
default = []
3232
paperclip_compat = ["paperclip"]
33+
34+
[[example]]
35+
name = "paperclip"
36+
path = "examples/paperclip.rs"
37+
required-features = ["paperclip_compat"]

0 commit comments

Comments
 (0)