Update manual pages to use mdoc(7) and list commands (#230)

This commit is contained in:
Ulyssa 2024-03-26 08:55:22 -07:00 committed by GitHub
parent ed1b88c197
commit 6600685dd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 778 additions and 266 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "iamb"
version = "0.0.9-alpha.1"
version = "0.0.9"
edition = "2018"
authors = ["Ulyssa <git@ulyssa.dev>"]
repository = "https://github.com/ulyssa/iamb"
@ -20,9 +20,6 @@ bundled = ["matrix-sdk/bundled-sqlite", "rustls-tls"]
native-tls = ["matrix-sdk/native-tls"]
rustls-tls = ["matrix-sdk/rustls-tls"]
[build-dependencies]
mandown = "0.1.3"
[build-dependencies.vergen]
version = "8"
default-features = false