Fix P6 agent: add serde_yaml dep, make modules public for integration tests
This commit is contained in:
@@ -22,6 +22,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
thiserror = "1"
|
||||
anyhow = "1"
|
||||
serde_yaml = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user