Skip to content

Commit

Permalink
keywords added in cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswajitThakur committed Nov 30, 2024
1 parent 2e0da7b commit 1b3f333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs-share/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "fs-share"
version = "0.1.0"
version = "0.1.1"
license-file = "LICENSE"
edition.workspace = true
description = "A cross-platform file-sharing CLI application written in Rust. It enables efficient file transfers between devices using TCP and UDP protocols, with real-time progress tracking for each transfer."
keywords = ["file", "share", "tcu", "udp", "cli"]
repository = "https://github.com/BiswajitThakur/fs-share.git"
homepage = "https://github.com/BiswajitThakur/fs-share.git"

Expand Down

0 comments on commit 1b3f333

Please sign in to comment.