| Crates.io | flavor |
| lib.rs | flavor |
| version | 2.3.1 |
| created_at | 2025-11-20 03:45:09.943132+00 |
| updated_at | 2025-11-21 21:21:28.951448+00 |
| description | A simple app that returns a card title and any flavor text from a random card from Magic: The Gathering, Arkham Horror TCG or Netrunner |
| homepage | |
| repository | https://gitlab.com/personal4954625/flavor |
| max_upload_size | |
| id | 1941113 |
| size | 127,007 |
Simple app that returns a card title and any flavor text from a random card from either Magic: The Gathering, Arkham Horror TCG or Netrunner.
This project was created with much assistance from Gitlab Duo and further enhanced with help from Qwen.
git clone https://gitlab.com/dump-stuff/flavor.git
cd flavor
cargo build --release
./target/release/flavor
cargo run --release
--machine or -m: Output in machine-readable JSON format instead of formatted textExample:
./target/release/flavor --machine
This crate has been prepared for publication on crates.io. To use it as a library in your project, add the following to your Cargo.toml:
[dependencies]
flavor = "2.2.0"
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.