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]
|
[package]
|
||||||
name = "idmangler-cli"
|
name = "idmangler-cli"
|
||||||
|
authors = ["endernon"]
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.22.1"
|
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
|
### Option 2: compile yourself
|
||||||
requirements: rust, cargo
|
requirements: rust, cargo
|
||||||
use cargo run --release to build and run.
|
use cargo run --release to build and run.
|
||||||
|
### Option 3: get from crates.io
|
||||||
|
Requirements: rust-lang
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
- Move the program to some folder along with config.json . Download these three files and place them next to the program:
|
- Move the program to some folder along with config.json . Download these three files and place them next to the program:
|
||||||
|
|
Loading…
Add table
Reference in a new issue