Skip to content

Commit 7f3923f

Browse files
committed
fix: Cargo.toml
1 parent 1b8e926 commit 7f3923f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

rustyfit/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
name = "rustyfit"
33
version = "0.1.0"
44
edition = "2024"
5-
include = ["Cargo.toml", "src/**", "README.md", "LICENCE"]
5+
description = "This project hosts the Rust implementation for The Flexible and Interoperable Data Transfer (FIT) Protocol"
6+
authors = ["Hikmatulloh Hari Mukti <muktihaz@gmail.com>"]
7+
readme = "../README.md"
8+
license = "BSD 3-Clause"
9+
include = ["Cargo.toml", "src/**", "README.md", "LICENSE"]
10+
categories = ["encoding", "decoder", "encoder", "fit", "protocol"]
11+
repository = "github.com/muktihari/rustyfit"
612

713
[dev-dependencies]
814
criterion = { version = "0.5.1" }

0 commit comments

Comments
 (0)