aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-12-02Update cargoJoris
2023-06-01Upgrade dependenciesJoris
2023-01-26Upgrade dependenciesJoris
- Switch to crossterm - add --hide-progress option
2022-02-13Properly shuffle card presentation from card insertionJoris
Instead of messing with deck_read, subtracting a random amount of seconds to it, pick a random card instead of the first ready. This permits to remove the dependency to the rand crate.
2022-01-26Read database path from argumentsJoris
2022-01-26Shuffle initial presentiation order from insert orderJoris
2021-11-19Add initial working versionJoris