Skip to content

Commit

Permalink
chore: Remove keywords and categories from packages metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 19, 2022
1 parent ebffd12 commit 798bded
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ homepage = "https://docs.rs/archimedes"
documentation = "https://docs.rs/archimedes"
repository = "https://github.com/leo91000/archimedes"
readme = "README.md"
keywords = ["worker", "scheduler", "job-scheduler", "async", "multithread"]
categories = ["job-scheduler", "worker", "multithread", "async", "tokio"]
keywords = []
categories = []

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions crates/crontab_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Crontab parsing package for archimedes, a high performance Rust/P
homepage = "https://docs.rs/archimedes_crontab_parser"
documentation = "https://docs.rs/archimedes_crontab_parser"
repository = "https://github.com/leo91000/archimedes/crates/crontab_parser"
keywords = ["worker", "scheduler", "job-scheduler", "async", "multithread"]
categories = ["job-scheduler", "worker", "multithread", "async", "tokio"]
keywords = []
categories = []
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions crates/crontab_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description = "Crontab runner package for archimedes, a high performance Rust/Po
homepage = "https://docs.rs/archimedes_crontab_runner"
documentation = "https://docs.rs/archimedes_crontab_runner"
repository = "https://github.com/leo91000/archimedes/crates/crontab_runner"
keywords = ["worker", "scheduler", "job-scheduler", "async", "multithread"]
categories = ["job-scheduler", "worker", "multithread", "async", "tokio"]
keywords = []
categories = []
readme = "README.md"

[features]
Expand Down
4 changes: 2 additions & 2 deletions crates/crontab_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Crontab types package for archimedes, a high performance Rust/Pos
homepage = "https://docs.rs/archimedes_crontab_types"
documentation = "https://docs.rs/archimedes_crontab_types"
repository = "https://github.com/leo91000/archimedes/crates/crontab_types"
keywords = ["worker", "scheduler", "job-scheduler", "async", "multithread"]
categories = ["job-scheduler", "worker", "multithread", "async", "tokio"]
keywords = []
categories = []
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions crates/migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Migrations package for archimedes, a high performance Rust/Postgr
homepage = "https://docs.rs/archimedes_migrations"
documentation = "https://docs.rs/archimedes_migrations"
repository = "https://github.com/leo91000/archimedes/crates/migrations"
keywords = ["worker", "scheduler", "job-scheduler", "async", "multithread"]
categories = ["job-scheduler", "worker", "multithread", "async", "tokio"]
keywords = []
categories = []
readme = "README.md"

[features]
Expand Down

0 comments on commit 798bded

Please sign in to comment.