From 792239e4bdc595ccfae21878324aa010b04eb810 Mon Sep 17 00:00:00 2001 From: "Claire V. Hammond" Date: Sat, 19 Aug 2023 22:09:59 -0700 Subject: [PATCH] fixed category name --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62e1c17..3695dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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