summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 62229f339fbd42e7e16447406134ba1e89b8814d (plain)
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
[workspace]
members = ["crates/*", "lib/*"]
resolver = "3"

[workspace.package]
license = "AGPL-3.0-only"
homepage = "https://git.kanjala.com/sellershut"
documentation = "https://books.kanjala.com/sellershut"
description = "A federated marketplace platform"

[workspace.dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
axum = "0.8.4"
base64 = "0.22.1"
clap = "4.5.41"
config = { version = "0.15.13", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
nanoid = "0.4.0"
prost = "0.13.5"
reqwest = { version = "0.12.22", default-features = false }
sellershut-core = { path = "lib/sellershut-core" }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = "0.8.6"
stack-up = { git = "https://github.com/rtkay123/stack-up.git" }
time = { version = "0.3.41", default-features = false }
tokio = "1.46.1"
tonic = "0.13.0"
tower = "0.5.2"
tower-http = "0.6.6"
tracing = "0.1.41"
url = "2.5.4"
uuid = "1.17.0"