Skip to content

Commit

Permalink
updated the description in cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Girish Joshi <[email protected]>
  • Loading branch information
girish946 committed Jun 2, 2024
1 parent e9dbdcc commit b8e6895
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "litho"
version = "0.1.0"
edition = "2021"
authors = ["Girish Joshi <[email protected]>"]
license = "MIT"
description = "cli tool to flash/clone the images to storage devices"
readme = "README.md"
keywords = ["cli", "os images", "clone", "flash", "storage devices"]
repository = "https://github.com/girish946/litho"
categories = ["command-line-interface", "command-line-utilities"]

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

Expand All @@ -13,5 +20,5 @@ libc = "0.2.152"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
mio = "0.8.11"
simple-pub-sub = { path = "/home/girish/git/research/rust/simple-message-broker/" }
simple-pub-sub = "0.1.4"
env_logger = "0.11.3"

0 comments on commit b8e6895

Please sign in to comment.