Skip to content

Commit 2f0a900

Browse files
committed
Set crate description
1 parent 4b24c82 commit 2f0a900

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ repository = "https://github.com/arkedge/notalawyer"
1212
license = "MIT"
1313
edition = "2021"
1414
readme = "README.md"
15+
description = "Utility library to display license notices"

notalawyer-build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
readme.workspace = true
8+
description.workspace = true
89

910
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011

notalawyer-clap/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
readme.workspace = true
8+
description.workspace = true
89

910
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011

notalawyer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
readme.workspace = true
8+
description.workspace = true
89

910
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011

0 commit comments

Comments
 (0)