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