diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/turtle/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml index 3595008d..102c5e9a 100644 --- a/crates/turtle/Cargo.toml +++ b/crates/turtle/Cargo.toml @@ -12,6 +12,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] +turtle-common = {workspace = true} async-trait = "0.1.58" axum = "0.8" base64 = "0.22" |
