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

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

[workspace.dependencies]
tokio = "1.49.0"
tracing = "0.1.44"