daemon w/ tests PoC

This commit is contained in:
Qyriad 2026-03-22 17:15:04 +01:00
parent 68fc04a6d2
commit 7f4a5a35ca
13 changed files with 498 additions and 81 deletions

View file

@ -47,6 +47,7 @@ tap = "1.0.1"
tracing = { version = "0.1.44", features = ["attributes"] }
tracing-human-layer = "0.2.1"
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["std", "env-filter", "fmt", "ansi", "registry", "parking_lot"] }
which = "8.0.2"
[profile.dev]
opt-level = 1
@ -63,3 +64,21 @@ opt-level = 1
[profile.release.package."*"]
debug = true
debug-assertions = true
[lints.clippy]
#arithmetic_side_effects = "warn"
as_ptr_cast_mut = "warn"
assigning_clones = "warn"
borrow_as_ptr = "warn"
#cargo_common_metadata = "warn"
cast_lossless = "warn"
#cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_ptr_alignment = "warn"
cast_sign_loss = "warn"
clear_with_drain = "warn"
coerce_container_to_any = "warn"
derive_partial_eq_without_eq = "warn"
doc_broken_link = "warn"
doc_comment_double_space_linebreaks = "warn"
doc_markdown = "warn"