-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (27 loc) · 878 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
[package]
name = "ada"
version = "0.1.0"
edition = "2021"
build = "build.rs"
rust-version = "1.74.1"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16" }
dotenvy = "0.15.7"
env_logger = "0.11.5"
futures-util = "0.3.30"
gatekeeper-members = "0.4.1"
log = "0.4.22"
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
serde = "1.0.209"
serde-aux = "4.5.0"
serde_json = "1.0.127"
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio-serial = { version = "5.4.4", features = ["codec", "rt"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
slint = { version = "1.6", default-features = false, features = ["backend-winit", "renderer-skia", "compat-1-2"] }
futures = { version = "0.3.30", features = ["executor"] }
image = "0.24.9"
[build-dependencies]
slint-build = "1.6"