Crypto Price Command Line in Rust to fetch spot market from FTX
just experiment cli that I learned to create my first cli app with Rust & Clap
```bash
cargo run
cargo run -- -m ETH/USD
cargo run -- --help ```