publish for crates.io
This commit is contained in:
parent
b2744bb6f7
commit
a9d28aecc3
2 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "idmangler-cli"
|
||||
authors = ["endernon"]
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
|
|
|
@ -10,6 +10,8 @@ Go to the [releases tab](https://git.frfrnocap.men/endernon/idmangler-cli/releas
|
|||
### Option 2: compile yourself
|
||||
requirements: rust, cargo
|
||||
use cargo run --release to build and run.
|
||||
### Option 3: get from crates.io
|
||||
Requirements: rust-lang
|
||||
|
||||
## Usage
|
||||
- Move the program to some folder along with config.json . Download these three files and place them next to the program:
|
||||
|
|
Loading…
Reference in a new issue