File tree Expand file tree Collapse file tree 3 files changed +26
-9
lines changed
Expand file tree Collapse file tree 3 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [" difficient-macros" ]
33
4- [package ]
5- name = " difficient"
6- version = " 0.1.0"
7- description = " Efficient, type-safe, zero-allocation structural diffing"
8- edition = " 2021"
4+ [workspace .package ]
5+ edition = " 2024"
96license = " MIT"
107repository = " http://github.com/redbadger/difficient"
118homepage = " http://github.com/redbadger/difficient"
129keywords = [" derive" , " diff" , " structural diff" ]
10+
11+ [package ]
12+ name = " difficient"
13+ version = " 0.1.0"
14+ description = " Efficient, type-safe, zero-allocation structural diffing"
1315readme = " README.md"
16+ edition.workspace = true
17+ license.workspace = true
18+ repository.workspace = true
19+ homepage.workspace = true
20+ keywords.workspace = true
1421
1522[dependencies ]
1623chrono = { version = " 0.4" , optional = true }
Original file line number Diff line number Diff line change 1- [lib ]
2- proc-macro = true
3-
41[package ]
52name = " difficient-macros"
3+ description = " macros for the difficient crate"
64version = " 0.1.0"
7- edition = " 2024"
5+ readme = " README.md"
6+ edition.workspace = true
7+ license.workspace = true
8+ repository.workspace = true
9+ homepage.workspace = true
10+ keywords.workspace = true
11+
12+ [lib ]
13+ proc-macro = true
814
915[dependencies ]
1016darling = " 0.21.0"
Original file line number Diff line number Diff line change 1+ # Macros for "Difficient"
2+ Efficient, type-safe, (almost) zero-allocation structural diffing.
3+
4+ See [ difficient] ( https://github.com/redbadger/difficient ) for more information.
You can’t perform that action at this time.
0 commit comments