fry 0.0.4

A dead-simple, no-alloc, no-std TTS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fry"
version = "0.0.4"
edition = "2021"
description = "A dead-simple, no-alloc, no-std TTS."
license = "MIT OR Apache-2.0"
repository = "https://github.com/TTWNO/fry"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
include_data = "1.0.0"
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
[dev-dependencies]
test-log = { version = "0.2.16", default-features = false, features = ["trace"], git = "https://github.com/TTWNO/test-log", branch = "main" }