diff --git a/README.md b/README.md index dc278ec..853a15d 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,17 @@ An easy-to-use CLI tool for generating random numbers, texts, and colors. - generate random numbers - generate floating point numbers - - with single precision: `$ randoom -t f32 -n ` - - with double precision: `$ randoom -t f64 -n ` + - with single precision: `$ randoom -t f32 -n ` or `$ randoom -t float / real -n ` + - with double precision: `$ randoom -t f64 -n ` or `$ randoom -t double -n -n -n -n ` - sample input: `23` -- ~~generate random texts~~ (W.I.P.) - generate random colors - generate RGB colors - - `$ randoom -t rgb -n ` + - `$ randoom -t rgb -n ` or `$ randoom -t color -n ` - sample output: `#ff2353` ## Manual @@ -35,4 +34,6 @@ An easy-to-use CLI tool for generating random numbers, texts, and colors. - Rustup (the Rust installer and version management tool): https://www.rust-lang.org/learn/get-started - clap (for argument parsing): https://crates.io/crates/clap - colored (for colored terminal output): https://crates.io/crates/colored - +- num-traits: https://crates.io/crates/num-traits +- serde: https://crates.io/crates/serde +- serde_json: https://crates.io/crates/serde_json