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/hir_ty | |
parent | 35fd9a8e0ba7013cf95996bfc9221ebe91d3db75 (diff) |
Add description for crates that will be published
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 701fc0f9d..33e155a70 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -1,6 +1,7 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "hir_ty" | 2 | name = "hir_ty" |
3 | version = "0.0.0" | 3 | version = "0.0.0" |
4 | description = "TBD" | ||
4 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
5 | authors = ["rust-analyzer developers"] | 6 | authors = ["rust-analyzer developers"] |
6 | edition = "2018" | 7 | edition = "2018" |