fry 0.0.2

A dead-simple, no-alloc, no-std TTS.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bytemuck"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"

[[package]]
name = "fry"
version = "0.0.2"
dependencies = [
 "include_data",
]

[[package]]
name = "include_data"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c03e3e4eee5ae0d03b6da534082064d0d2168008fc784f8bc39def00676817"
dependencies = [
 "bytemuck",
]