about summary refs log tree commit diff
path: root/util/src/micropub.rs
Commit message (Collapse)AuthorAgeFilesLines
* Appease most clippy warningsVika2024-08-261-0/+3
| | | | | | The warnings only remain in places where I need them to remain, because I either need a reminder to implement something, or I need to refactor and simplify the code in question.
* util: implement Debug on ConfigVika2024-08-201-1/+1
|
* kittybox-util: 0.1.0 -> 0.2.0Vika2024-08-201-0/+173
Micropub types are now more coherent and gathered in one place.