diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-16 23:44:30 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-17 00:11:12 +0200 |
commit | 8ecd728f14da6ce1376822557fd63d3002a380de (patch) | |
tree | 872111591aa78538e55d20b8f41d0dd7e0cf4a1c /util-macros/Cargo.toml | |
parent | b7f0c2f965a7d460022d157ff149bf1ea498b9b4 (diff) |
feat(util-macros): add macro FromRepr
Diffstat (limited to 'util-macros/Cargo.toml')
-rw-r--r-- | util-macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-macros/Cargo.toml b/util-macros/Cargo.toml index b8a14e5..efd017d 100644 --- a/util-macros/Cargo.toml +++ b/util-macros/Cargo.toml @@ -9,3 +9,5 @@ proc-macro = true [dependencies] quote = "1.0.35" proc-macro2 = "1.0.78" +syn = { version = "2.0.51", features = ["full"] } + |