slamshuffle/Cargo.lock

33 lines
808 B
Plaintext
Raw Normal View History

2024-01-30 21:59:15 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-02-04 23:00:17 -05:00
[[package]]
name = "memchr"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-01-30 21:59:15 -05:00
[[package]]
2024-01-31 15:49:41 -05:00
name = "slamshuffle"
2024-01-30 21:59:15 -05:00
version = "0.1.0"
2024-02-04 23:00:17 -05:00
dependencies = [
"nom",
]