forked from gramistella/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
54 lines (51 loc) · 1.07 KB
/
Cargo.toml
File metadata and controls
54 lines (51 loc) · 1.07 KB
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
47
48
49
50
51
52
53
54
[workspace]
resolver = "2"
members = [
"backend",
"frontend_slint",
"common",
]
[workspace.package]
version = "0.1.0"
authors = ["Giovanni Ramistella <things-vacuous-07@icloud.com>"]
edition = "2021"
license = "MIT"
readme = "readme.md"
repository = "https://github.com/gramistella/cornerstone"
[workspace.dependencies]
anyhow = "1.0.98"
axum = "0.8.4"
axum-extra = "0.10.1"
base64 = "0.22.1"
bcrypt = "0.17.0"
chrono = "0.4.41"
common = { path = "common" }
dotenvy = "0.15.7"
dprint-plugin-typescript = "0.95.8"
figment = "0.10.19"
hex = "0.4.3"
http-body-util = "0.1.3"
hyper = "1.6.0"
jsonwebtoken = "9.3.1"
once_cell = "1.21.3"
rand = "0.9.1"
reqwest = "0.12.20"
serde = "1.0.219"
serde_json = "1.0.140"
sha2 = "0.10.8"
slint = "1.12.1"
slint-build = "1.12.1"
sqlx = { version = "0.8.6", default-features = false }
thiserror = "2.0.12"
tokio = "1.45.1"
toml = "0.8.23"
tower = "0.5.2"
tower-http = "0.6.6"
tower_governor = "0.7.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
ts-rs = "11.0.1"
utoipa = "5.4.0"
utoipa-swagger-ui = "9.0.2"
uuid = "1.17"
validator = "0.20.0"