Move instrumentation to common crate

This commit is contained in:
Daniel Lundin 2024-12-16 18:46:14 +01:00
parent d8c8b7bb10
commit ffcea325f6
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
10 changed files with 67 additions and 15 deletions

View file

@ -2,16 +2,17 @@
resolver = "2"
members = [
"agent",
"common",
"controller",
"xtask",
]
default-members = [
"agent",
"common",
"controller",
"xtask",
]
[workspace.package]
version = "0.2.0"
edition = "2021"