bowling_score 1.2.1

bowling score app for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bowling_score"
version = "1.2.1"
dependencies = [
 "bscore",
]

[[package]]
name = "bscore"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5cb234d35cad47d4bbe13f3add4b6089ee1c91775c5a08c28b3085a195b768"