diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-08 12:56:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-08 12:56:35 +0100 |
| commit | 4794bd35fabaf79c2ff550202fa8a4b55dbafc9c (patch) | |
| tree | 5020bdb0b956019628cffb086bc0d3fb49e618a8 /crates/typst-macros | |
| parent | 7f1c38548a89e2dd7c88d842532432dfa953c091 (diff) | |
Switch to workspace dependencies
Diffstat (limited to 'crates/typst-macros')
| -rw-r--r-- | crates/typst-macros/Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/crates/typst-macros/Cargo.toml b/crates/typst-macros/Cargo.toml index 15f2b2bd..2bb3ba1c 100644 --- a/crates/typst-macros/Cargo.toml +++ b/crates/typst-macros/Cargo.toml @@ -8,6 +8,8 @@ edition.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true +categories.workspace = true +keywords.workspace = true [lib] proc-macro = true @@ -16,7 +18,7 @@ doctest = false bench = false [dependencies] -heck = "0.4" -proc-macro2 = "1" -quote = "1" -syn = { version = "2", features = ["full", "extra-traits"] } +heck = { workspace = true } +proc-macro2 = { workspace = true } +quote = { workspace = true } +syn = { workspace = true } |
