blob: c5f1c7846efb9bbc2faa4a3db07bc8fdf5e0be62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[workspace]
resolver = "3"
members = ["crates/*"]
[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]
activitypub_federation = { version = "0.7.0-beta.8", default-features = false }
secrecy = "0.10.3"
serde = "1.0.228"
tracing = "0.1.41"
url = "2.5.7"
|