dotfiles/Cargo.toml
Nikos Papadakis 89ffca8833
agent: dependency update, cleanup, and logging
- ran cargo update
- added tower-http and attached the tracing subscriber
- make the repo a cargo workspace
2023-08-24 22:16:00 +03:00

6 lines
55 B
TOML

[workspace]
resolver = "2"
members = [
"agent",
]