Skip to content

Commit

Permalink
Remove keyword from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Feb 25, 2024
1 parent a163e69 commit 95e14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "temporal_rs"
keywords = ["javascript", "js", "temporal", "calendar", "date", "time", "timezone"]
keywords = ["javascript", "temporal", "calendar", "date", "time", "timezone"]
categories = ["date", "time", "calendars"]
readme = "./README.md"
description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust."
Expand Down

0 comments on commit 95e14c6

Please sign in to comment.