diff options
author | HampusM <hampus@hampusmat.com> | 2023-12-22 22:33:09 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-12-22 22:33:09 +0100 |
commit | c501a5cc770f632eba1529de09bd3ae2d7958de6 (patch) | |
tree | e45333f7bf71ae17cf2016616ddf339a690bf8db /macros/Cargo.toml | |
parent | c56d6fee4835ca103d1e4e5fd7e9e3913c7ed6ba (diff) |
refactor: mock Dependency struct impl instead of IDependency
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r-- | macros/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 12f3f0b..3e2d469 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -28,6 +28,7 @@ uuid = { version = "0.8", features = ["v4"] } once_cell = "1.13.1" thiserror = "1.0.37" proc-macro-error = "1.0.4" +paste = "1.0.8" [target.'cfg(syrette_macros_logging)'.dependencies] tracing = "0.1.37" |