summaryrefslogtreecommitdiffstatshomepage
path: root/src/actions
Commit message (Collapse)AuthorAgeFilesLines
* Improve default ntfy configurationLibravatar sommerfeld2024-04-301-7/+78
|
* Use serde_json directlyLibravatar sommerfeld2024-04-301-10/+12
| | | | Instead of relying on nostr_sdk reexport
* Use alt selector for displaying anyhow::ErrorLibravatar sommerfeld2024-04-241-1/+1
|
* Add name() to Action traitLibravatar sommerfeld2024-04-237-0/+26
|
* Move actions/mod.rs to actions.rsLibravatar sommerfeld2024-04-231-121/+0
|
* Avoid extern crateLibravatar sommerfeld2024-04-231-0/+1
| | | | Causes issues with rust-analyzer
* Initial commitv0.1.0Libravatar sommerfeld2024-04-218-0/+746