diff options
| author | mat <git@matdoes.dev> | 2024-12-23 10:34:44 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-23 10:34:44 +0000 |
| commit | 87726617725e4f95c53b3bc8a573553b04c57563 (patch) | |
| tree | 9a52168b070d95b0c04ac6c054b0499b48303e18 /azalea/Cargo.toml | |
| parent | 1609b90a93d3e3d6084aaa17c463cd83beda06ca (diff) | |
| download | azalea-drasl-87726617725e4f95c53b3bc8a573553b04c57563.tar.xz | |
lift requirement on anyhow for handler function
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 9f493504..ab11ccb3 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,7 +12,6 @@ pre-release-replacements = [ ] [dependencies] -anyhow = { workspace = true } #async-trait = { workspace = true } azalea-auth = { version = "0.11.0", path = "../azalea-auth" } azalea-block = { version = "0.11.0", path = "../azalea-block" } @@ -50,6 +49,7 @@ uuid = { workspace = true } criterion = { workspace = true } parking_lot = { workspace = true, features = ["deadlock_detection"] } rand = { workspace = true } +anyhow = { workspace = true } [features] default = ["log", "serde"] |
