diff options
| author | John Turner <jturner.usa@gmail.com> | 2023-04-15 00:49:38 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2023-04-16 00:26:21 -0400 |
| commit | fea7d96c8a8460c40c737856feeed156d06b26df (patch) | |
| tree | 8f0767560f3b77ff12ce5c2fcbe9722e62b230d6 /Cargo.toml | |
| parent | 68bcfc2de0ad495691f00ed086804a418f959dc7 (diff) | |
| download | get-fea7d96c8a8460c40c737856feeed156d06b26df.tar.gz | |
added trybuild to dev-dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,4 +9,7 @@ proc-macro = true [dependencies] syn = "2" quote = "1.0.23" -proc-macro2 = "1.0.51"
\ No newline at end of file +proc-macro2 = "1.0.51" + +[dev-dependencies] +trybuild = "1"
\ No newline at end of file |
