- ran cargo update - added tower-http and attached the tracing subscriber - make the repo a cargo workspace
6 lines
55 B
TOML
6 lines
55 B
TOML
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"agent",
|
|
]
|