Skip to content

Commit

Permalink
Shorten keyword in crates (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen authored Sep 2, 2024
1 parent edae1a9 commit 496252f
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/contextgeneric/cgp"
authors = ["Informal Systems <[email protected]>", "Soares Chen <[email protected]>"]
keywords = ["cgp"]

[patch.crates-io]
cgp = { path = "./crates/cgp" }
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-async-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
version = "0.1.0"
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming async macros
"""
Expand Down
4 changes: 2 additions & 2 deletions crates/cgp-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Async-generic primitives to support both sync/async in Context-generic programming
Async-generic primitives to support both sync/async in context-generic programming
"""

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-component-macro-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming core component macros implemented as a library.
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-component-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming core component macros
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming core component traits
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming core traits
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-error-eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming error handlers implemented using eyre
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-error-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming error handlers implemented using `std::error::Error`
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming error components
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming extra meta-crate
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-field-macro-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming field macros as a library
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-field-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming field macros
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming field traits
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-inner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming inner component
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming runner component
"""
Expand Down
4 changes: 2 additions & 2 deletions crates/cgp-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Async-generic primitives to support both sync/async in Context-generic programming
Async-generic primitives to support both sync/async in context-generic programming
"""

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/cgp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
keywords = ["context-generic programming"]
keywords = { workspace = true }
description = """
Context-generic programming meta crate
"""
Expand Down

0 comments on commit 496252f

Please sign in to comment.