summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b9279a936fe90cb86575efe756f6924c52d2011a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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 }
serde = "1.0.228"
tracing = "0.1.41"