diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 18:14:05 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 18:14:05 +0100 |
| commit | e1e7337239066677dd6bc82b826e861cf6710836 (patch) | |
| tree | 191a2ee77dece3272dccd494b4a6992bb5873247 /sylt_macro/Cargo.toml | |
| parent | ba2a7b3290102e3573cc7b2727026f4efe8a1d9f (diff) | |
| download | sylt-e1e7337239066677dd6bc82b826e861cf6710836.tar.gz | |
expand test-files in modules
Diffstat (limited to 'sylt_macro/Cargo.toml')
| -rw-r--r-- | sylt_macro/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml index 9ac045e..6d3c75f 100644 --- a/sylt_macro/Cargo.toml +++ b/sylt_macro/Cargo.toml @@ -10,5 +10,6 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -syn = { version = "1.0", features=["full"] } -quote = "1.0" +syn = { version = "1", features=["full"] } +proc-macro2 = "1" +quote = "1" |
