Files
battlesnake/xtask/Cargo.toml

9 lines
117 B
TOML
Raw Permalink Normal View History

2024-09-02 15:16:32 +02:00
[package]
name = "xtask"
version = "0.1.0"
2025-04-21 20:56:18 +02:00
edition = "2024"
2024-09-02 15:16:32 +02:00
[dependencies]
rayon = "1.10"
2025-04-24 21:22:04 +02:00
rich_progress_bar = "1.1"