diff options
Diffstat (limited to 'crates/web/Cargo.toml')
-rw-r--r-- | crates/web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/web/Cargo.toml b/crates/web/Cargo.toml index 62a3504..2528a0a 100644 --- a/crates/web/Cargo.toml +++ b/crates/web/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +argonaut-control = { path = "../control" } axum = "0.7.5" tracing = { workspace = true } tracing-subscriber = { workspace = true } |