Skip to content

Commit

Permalink
Add more info in README.md and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Feb 5, 2023
1 parent ef5e8b9 commit 4fbf79c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[package]
name = "hexrw"
version = "0.1.0"
description = "A CLI utility to read / write hexadecimal value from / to a file"
authors = ["Philip Ye <[email protected]>"]
edition = "2021"
license-file = "LICENSE"
categories = ["command-line-utilities"]
keywords = ["hex", "hexadecimal"]
repository = "https://github.com/yestyle/hexrw"
homepage = "https://github.com/yestyle/hexrw"
documentation = "https://github.com/yestyle/hexrw"
readme = "README.md"

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

Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# hexrw
# hexrw

A CLI utility to read / write hexadecimal value from / to a file.

# Install

Use the following command to install `hexrw` executable to `~/.cargo/bin` directory:

```
cargo install hexrw
```

# Usage

```
hexrw [-w <write>] [-r <read>] [-d <delay>] <file>
```

# License

This project is licensed under [MIT license](LICENSE).

0 comments on commit 4fbf79c

Please sign in to comment.