diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-31 17:27:33 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-01 15:26:43 +0200 |
commit | 7a6575220c6d9db564514bcbee552faa29095738 (patch) | |
tree | 19a97692bde26f994892830f0ff6f8cc23f611e1 /macros/Cargo.toml | |
parent | e20e442ee84918f8f06794ebb1a389a3a04bcdcc (diff) |
docs: add doc comments & deny missing docs
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d806396..d9392e6 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -17,3 +17,5 @@ quote = "1.0.18" proc-macro2 = "1.0.40" uuid = { version = "0.8", features = ["v4"] } +[dev_dependencies] +syrette = { version = "0.2.0", path = "..", features = ["factory"] } |