Skip to content

Commit

Permalink
add cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 10, 2024
1 parent 551ecaa commit 1c23aac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "rope"
version = "0.2.0"
description = "easy file transfer on same network"
repository = "https://github.com/rnbguy/rope"
readme = "README.md"
license = "AGPL-3.0"
keywords = ["mdns", "p2p", "network"]
categories = ["command-line-utilities"]
authors = ["Ranadeep Biswas <[email protected]>"]
edition = "2021"
description = "easy file transfer on same network"

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

Expand Down

0 comments on commit 1c23aac

Please sign in to comment.