forked from Equim-chan/mjai-reviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (39 loc) · 796 Bytes
/
Cargo.toml
File metadata and controls
43 lines (39 loc) · 796 Bytes
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
38
39
40
41
42
43
[package]
name = "akochan-reviewer"
version = "0.6.0"
authors = ["Equim <sayaka@ekyu.moe>"]
edition = "2018"
repository = "https://github.com/Equim-chan/akochan-reviewer"
license = "Apache-2.0"
description = "🀄️ Review your Tenhou log with mahjong AI akochan."
build = "build.rs"
[dependencies]
convlog = { path = "./convlog" }
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tera = "1"
once_cell = "1.3.1"
chrono = "0.4"
clap = "2.33"
ureq = "0.12"
opener = "0.4.1"
dunce = "1"
humantime-serde = "1"
tempfile = "3.1.0"
env_proxy = "0.3"
url = "2.1.1"
serde_with = "1.9.0"
[build-dependencies]
anyhow = "1.0"
tera = "1"
chrono = "0.4"
[workspace]
members = [
".",
"convlog",
]
[profile.release]
debug = false
# lto = true
# codegen-units = 1