-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
46 lines (38 loc) · 959 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
38
39
40
41
42
43
44
45
46
[package]
name = "stats-dash"
version = "0.1.0"
authors = ["Walnut <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus-desktop = { version = "0.4" }
dioxus = { version = "0.4" }
dioxus-ssr = "0.4"
dioxus-router = { version = "0.4" }
slpprocess = {path = "..\\SlpProcess\\slpprocess"}
ssbm_utils = {path = "..\\SlpProcess\\ssbm-utils"}
# Debug
log = "0.4.19"
dioxus-logger = "0.4.1"
polars = { version = "0.35.2", features = [
"lazy",
"dtype-u16",
"dtype-u8",
"dtype-i8",
"dtype-struct",
"dtype-datetime",
"dtype-duration",
"rows",
"mode",
"is_in",
"list_count"
] }
time = {version = "0.3.30", features = ["serde", "parsing", "local-offset"]}
rayon = "1.7.0"
tokio = "1.28"
futures-util = "0.3.29"
wry = "^0.28.0"
tao = "0.19.1"
counter = "0.5.7"
[profile.release]
lto = true