Commit Graph
8 Commits
Author SHA1 Message Date
steven-omaha 9a7fd77e99 update dependencies 2025-08-03 13:39:27 +02:00
steven-omaha 59d102a654 fix: build against alpm
alpm was updated to 4.x.x
2025-08-02 14:09:45 +02:00
ripytide 2ad00c3cdc switched to custom zero-dependency logger implementation 2024-04-23 15:26:52 +01:00
ripytide c290247c7a logging refactor 2024-04-23 14:56:36 +01:00
steven-omaha e9c3cec6d8 refact(config)!: use toml instead of yaml
serde_yaml is deprecated and archived. We should not depend on that.
Therefore switching to toml.

Fixes #76.
2024-04-23 12:22:23 +02:00
ripytide a5880f614e declarative cli and core: refactor 2024-04-22 16:59:23 +01:00
ripytide df5b229d23 major overhaul of Backend from dynamic to static dispatch using an big enum 2024-04-22 14:08:53 +01:00
ripytide b473f8e432 restructure project into a virtual manifest
- remove redundant readme
- de-duplicate Cargo.toml information using workspace inheritance
- rename "pacdef_core" to "pacdef"
- move "crates/main/main.rs" to "crates/pacdef/src/main.rs"
2024-04-13 14:37:12 +01:00