anydice-rust/Cargo.lock
2024-06-06 21:59:54 +01:00

24 lines
593 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anydice-rust"
version = "0.1.0"
dependencies = [
"indexed_string",
"scanrs",
]
[[package]]
name = "indexed_string"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14068693e4d4f9c0ab8186f3ecf92f2481847c6569b941a3f826ca410cda059"
[[package]]
name = "scanrs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff90aa1fb53a5fef7e7d4214413109e9c96670ce8a6fead5045cfe7dcae98b0e"