summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus/src/systemd.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-6/+5
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2022-09-21Add systemd module to talpid-dbusEmīls Piņķis1-0/+67