You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fry/Cargo.toml

13 lines
322 B

[package]
name = "fry"
version = "0.0.2"
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"