fix spacing in manifest
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
glyph 2022-06-16 09:19:59 +01:00
parent 8b33f8c174
commit cddcb8f9bd
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ repository = "https://github.com/peachcloud/peach-web"
readme = "README.md"
license = "AGPL-3.0-only"
publish = false
[package.metadata.deb]
depends = "apache2-utils"
extended-description = """\
@ -26,9 +27,11 @@ assets = [
["static/images/*", "/usr/share/peach-web/static/images/", "644"],
["README.md", "/usr/share/doc/peach-web/README", "644"],
]
[badges]
travis-ci = { repository = "peachcloud/peach-web", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
async-std = "1.10"
base64 = "0.13"