diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-17 16:12:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-17 16:12:45 +0200 |
commit | 8651f84f205da7a89f2fc7333d1dd8de0d80a22b (patch) | |
tree | a178427abb442e897d21f654db71cc8135236920 /Cargo.toml | |
parent | c1e682c25c24be3174d44ceb95b0537c38299d0c (diff) |
refactor!: make async DI container be used inside of a Arc
BREAKING CHANGE: The async DI container is to be used inside of a Arc & it also no longer implements Default
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ strum = "0.24.1" strum_macros = "0.24.3" paste = "1.0.8" async-trait = { version = "0.1.57", optional = true } +tokio = "1.20.1" [dev_dependencies] mockall = "0.11.1" |