File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ authors = ["Jagoda Estera Ślązak <jslazak@jslazak.com>"]
88license = " MIT OR Apache-2.0"
99edition = " 2024"
1010repository = " https://github.com/j-g00da/serde-more"
11+ readme = " README.md"
1112
1213[workspace .dependencies ]
1314serde = " 1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "serde_more"
33description = " Procedural macro to add arbitrary data when serializing using serde"
44categories = [" encoding" , " no-std" , " no-std::no-alloc" ]
55keywords = [" serde" , " serialization" ]
6- readme = " ../README.md "
6+ readme.workspace = true
77version.workspace = true
88authors.workspace = true
99license.workspace = true
Original file line number Diff line number Diff line change 1+ ../README.md
Original file line number Diff line number Diff line change 1- #![ doc = include_str ! ( "../../ README.md" ) ]
1+ #![ doc = include_str ! ( "../README.md" ) ]
22#![ no_std]
33
44pub use serde_more_derive:: SerializeMore ;
You can’t perform that action at this time.
0 commit comments