dapplication 0.7.1

Ticket management systems for solo players.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dapplication"
version = "0.7.1"
edition = "2021"
description = "Ticket management systems for solo players."
authors = ["Yu Tokunaga<tokunaga@grill-ware.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/4hoe8pow/digman"
homepage = "https://grill-ware.com"
documentation = "https://docs.rs/digman"

[dependencies]
ddomain = { workspace = true }
serde = { workspace = true }
ratatui = { workspace = true }
color-eyre = { workspace = true }
chrono = { workspace = true }
tui-textarea = { workspace = true }