Skip to content

Commit

Permalink
Fixed cargo category slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorfet committed Feb 24, 2024
1 parent 354b554 commit 49ae560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "femtos"
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
categories = ["no-std", "emulation", "simulation"]
keywords = ["femtoseconds", "time", "emulation", "simulation"]
categories = ["no-std", "no-std::no-alloc", "date-and-time", "emulators", "simulation"]
keywords = ["femtoseconds", "time", "emulators", "simulation"]
description = "a femtosecond-based representation of time, duration, and frequency, for the purpose of simulation"
authors = ["transistor fet <trans@jabberwocky.ca>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 49ae560

Please sign in to comment.