fix: add agent_server_logs module import to lib.rs

This commit is contained in:
Nathan Flurry 2026-01-27 17:24:42 -08:00
parent be7aecb362
commit 7a5bb2b8b0
87 changed files with 2438 additions and 1671 deletions

View file

@ -32,9 +32,13 @@ tracing.workspace = true
tracing-logfmt.workspace = true
tracing-subscriber.workspace = true
include_dir.workspace = true
tempfile = { workspace = true, optional = true }
[dev-dependencies]
http-body-util.workspace = true
insta.workspace = true
tempfile.workspace = true
tower.workspace = true
tempfile.workspace = true
[features]
test-utils = ["tempfile"]