typing_engine 0.5.0

A typing game engine for Japanese and English.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "typing_engine"
description = "A typing game engine for Japanese and English."
license = "MIT"
authors = ["Kotaro7750 <7750koutarou@gmail.com>"]
version = "0.5.0"
edition = "2024"

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

[dependencies]
once_cell = "1.13.0"
serde = {version = "1.0.143", features = ["derive"] }
rand = "0.8.5"