diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 12:06:30 +0100 |
---|---|---|
committer | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 12:07:22 +0100 |
commit | 335add49dbd98c13a8dd2b0284cefda00da13ec9 (patch) | |
tree | 6a546a0fb2ae22c3d8b6e750775cfb1b51d911f0 /crates/proc_macro_test | |
parent | 35fd9a8e0ba7013cf95996bfc9221ebe91d3db75 (diff) |
Add description for crates that will be published
Diffstat (limited to 'crates/proc_macro_test')
-rw-r--r-- | crates/proc_macro_test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/proc_macro_test/Cargo.toml b/crates/proc_macro_test/Cargo.toml index 7b0f64f31..753443be2 100644 --- a/crates/proc_macro_test/Cargo.toml +++ b/crates/proc_macro_test/Cargo.toml | |||
@@ -4,6 +4,7 @@ version = "0.0.0" | |||
4 | license = "MIT OR Apache-2.0" | 4 | license = "MIT OR Apache-2.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | edition = "2018" | 6 | edition = "2018" |
7 | publish = false | ||
7 | 8 | ||
8 | [lib] | 9 | [lib] |
9 | doctest = false | 10 | doctest = false |