Add a subcommand to check server features

This commit is contained in:
Marc Plano-Lesay 2024-11-04 15:09:18 +11:00
parent c141153ad1
commit 0cd998a7a6
6 changed files with 221 additions and 25 deletions

View file

@ -22,6 +22,7 @@ progenitor-client = "0.8.0"
regress = "0.10.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = { version = "1.0.213", features = ["derive"] }
tabled = "0.16.0"
tokio = { version = "1.41.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
vcard4 = "0.5.2"