summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 37c9385c1683ea736aecf30a28663dd08989b588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "kotowaza"
version = "0.1.0"
edition = "2021"

[dependencies]
rust-embed = { version = "6.4.0", features = ["include-exclude", "debug-embed"] }
rand = "0.6.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
colored = "2"
unicode-width = "0.1.9"
term_size = "0.3.2"