diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-19 19:19:44 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-19 19:19:44 +0100 |
| commit | 24ef322b57d29d26224e7f9e772b3691143b2da2 (patch) | |
| tree | c6f9dd5779b202116405c57ff69f5d858ba480b5 /sylt_macro/Cargo.toml | |
| parent | 2a38312c067414ee82da971b880d650ccd6b084c (diff) | |
| download | sylt-24ef322b57d29d26224e7f9e772b3691143b2da2.tar.gz | |
begin work on automatic link
Diffstat (limited to 'sylt_macro/Cargo.toml')
| -rw-r--r-- | sylt_macro/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml index 9ac045e..04ae39d 100644 --- a/sylt_macro/Cargo.toml +++ b/sylt_macro/Cargo.toml @@ -12,3 +12,4 @@ proc-macro = true [dependencies] syn = { version = "1.0", features=["full"] } quote = "1.0" +lazy_static = "1.4" |
