Skip to content

Commit 335add4

Browse files
committed
Add description for crates that will be published
1 parent 35fd9a8 commit 335add4

File tree

25 files changed

+25
-0
lines changed

25 files changed

+25
-0
lines changed

crates/assists/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "assists"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/base_db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "base_db"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/cfg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cfg"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "flycheck"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/hir/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/hir_def/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir_def"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/hir_expand/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir_expand"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/hir_ty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir_ty"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/ide/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

crates/ide_db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide_db"
33
version = "0.0.0"
4+
description = "TBD"
45
license = "MIT OR Apache-2.0"
56
authors = ["rust-analyzer developers"]
67
edition = "2018"

0 commit comments

Comments
 (0)