Skip to content

Commit

Permalink
fixed category name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvhammond committed Aug 20, 2023
1 parent 4079173 commit 792239e
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 @@ -2,13 +2,13 @@
name = "c3dio"
version = "0.1.0"
edition = "2021"
categories = ["encoding", "filesystem", "parser-implementation", "motion capture", "biomechanics"]
categories = ["encoding", "filesystem", "parser-implementation", "motion-capture", "biomechanics"]
description = "A library for reading and writing C3D files."
license = "MIT OR Apache-2.0"
homepage = "https://biomech.dev/c3dio"
repository = "https://github.com/cvhammond/c3dio"
readme = "README.md"
keywords = ["c3d", "parser", "motion capture", "mocap", "biomechanics"]
keywords = ["c3d", "parser", "motion-capture", "mocap", "biomechanics"]
exclude = ["tests", "tests/*", "examples", "examples/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 792239e

Please sign in to comment.