refactor: remove dbus C dep

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-29 07:16:48 +00:00
parent d2adff7882
commit 463010c9f6
11 changed files with 1074 additions and 388 deletions

View File

@@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Check the nip07 signer in `CliOptions::ensure_signer` - by Awiteb
- Required the `applied_commits` - by Awiteb
### Refactor
- Remove `dbus` C dep - by Awiteb
## [0.4.0] - 2025-08-08
### Added