forked from Equim-chan/mjai-reviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
37 lines (33 loc) · 768 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "mjai-reviewer"
version = "1.5.10-3p"
authors = ["Equim"]
edition = "2021"
repository = "https://github.com/Equim-chan/mjai-reviewer"
license = "Apache-2.0"
description = "🔍🀄️ Review your Tenhou or Mahjong Soul (Jantama) log with mjai-compatible mahjong AIs."
[dependencies]
convlog = { path = "./convlog" }
anyhow = "1"
serde_json = "1"
tera = "1"
chrono = "0.4"
ureq = "2"
opener = "0.7"
dunce = "1"
humantime-serde = "1"
url = "2"
serde_with = "3"
minify-html = "0.15"
fluent-templates = { version = "0.11.0", features = ["tera"] }
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
[workspace]
members = [
".",
"convlog",
]
[profile.release]
debug = 1
lto = true
codegen-units = 1