diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 21:49:12 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 21:49:29 +0100 |
| commit | f9b6a64b845dabdf1773da49f248def479659934 (patch) | |
| tree | f434d4606f5827d393c20712e2a527a9395d6ad7 /sylt_macro/Cargo.toml | |
| parent | 8089ff61f5ca608e0801e74360203c6fd789b5d7 (diff) | |
| download | sylt-f9b6a64b845dabdf1773da49f248def479659934.tar.gz | |
tihdy -> sylt
Diffstat (limited to 'sylt_macro/Cargo.toml')
| -rw-r--r-- | sylt_macro/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml new file mode 100644 index 0000000..9ac045e --- /dev/null +++ b/sylt_macro/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "sylt_macro" +version = "0.1.0" +authors = ["Edvard Thörnros <edvard.thornros@gmail.com", "Gustav Sörnäs <gustav@sornas.net>"] +edition = "2018" + +[lib] +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" |
