aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6a6de8a6ee97d087ed77eb7067c342a57e67c5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = ["crates/*"]
resolver = "3"

[workspace.package]
license = "AGPL-3.0-only"
readme = "README.md"
documentation = "https://books.kanjala.com/sellershut"
homepage = "https://git.kanjala.com/sellershut"

[workspace.dependencies]
serde = "1.0.228"
thiserror = "2.0.18"
tracing = "0.1.44"