| 1 | [project] |
| 2 | name = "walletfetch" |
| 3 | binary_name = "walletfetch" |
| 4 | description = "Like Neofetch, but for your wallet" |
| 5 | homepage = "https://github.com/stevedylandev/walletfetch" |
| 6 | repository = "stevedylandev/walletfetch" |
| 7 | license = "MIT" |
| 8 | |
| 9 | [homebrew] |
| 10 | tap_repo = "stevedylandev/homebrew-walletfetch" |
| 11 | formula_name = "walletfetch" |
| 12 | |
| 13 | [targets] |
| 14 | # Linux targets |
| 15 | "x86_64-unknown-linux-gnu" = { asset_name = "walletfetch-linux-x86_64" } |
| 16 | "x86_64-unknown-linux-musl" = { asset_name = "walletfetch-linux-x86_64-musl" } |
| 17 | |
| 18 | # macOS targets |
| 19 | "x86_64-apple-darwin" = { asset_name = "walletfetch-macos-x86_64" } |
| 20 | "aarch64-apple-darwin" = { asset_name = "walletfetch-macos-aarch64" } |
| 21 | |
| 22 | # Windows targets |
| 23 | "x86_64-pc-windows-msvc" = { asset_name = "walletfetch-windows-x86_64.exe" } |
| 24 | |
| 25 | [install_script] |
| 26 | install_dir = "$HOME/.local/bin" |
| 27 | script_name = "install.sh" |