Skip to content

Commit

Permalink
chore: normalizes crates descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Dec 17, 2023
1 parent 498b954 commit f19ce7e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wdl-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
edition.workspace = true
license.workspace = true
description = "Abstract syntax tree for Workflow Description Language (WDL) documents"
description = "An abstract syntax tree for Workflow Description Language (WDL) documents"
homepage = "https://github.com/stjude-rust-labs/wdl"
repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl-ast"
Expand Down
2 changes: 1 addition & 1 deletion wdl-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wdl-core"
version = "0.1.0"
description = "Common functionality used across the `wdl` family of crates"
description = "Common functionality for the `wdl` family of crates"
license.workspace = true
edition.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion wdl-gauntlet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wdl-gauntlet"
version = "0.1.0"
description = "Command line tool to test lexing and parsing of community WDL projects"
description = "Parse tree and abstract syntax tree testing for the `wdl` family of crates"
license.workspace = true
edition.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion wdl-grammar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
edition.workspace = true
license.workspace = true
description = "Grammar lexing and parsing for Workflow Description Language (WDL) documents"
description = "A parse tree for Workflow Description Language (WDL) documents"
homepage = "https://github.com/stjude-rust-labs/wdl"
repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl-grammar"
Expand Down
2 changes: 1 addition & 1 deletion wdl-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
edition.workspace = true
license.workspace = true
description = "Macros used within the `wdl` crate ecosystem."
description = "Macros used within the `wdl` family of crates"
homepage = "https://github.com/stjude-rust-labs/wdl"
repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl-macros"
Expand Down
2 changes: 1 addition & 1 deletion wdl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
license.workspace = true
edition.workspace = true
description = "Workflow Description Language (WDL) document parsing and linting"
description = "Document lexing, parsing, validation, and linting for Workflow Description Language (WDL) documents"
homepage = "https://github.com/stjude-rust-labs/wdl"
repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl"
Expand Down

0 comments on commit f19ce7e

Please sign in to comment.