cli: Remove the Debian dependency and add maintenance status.
This commit is contained in:
parent
5732f98db0
commit
a1477e3509
10
Cargo.toml
10
Cargo.toml
|
@ -9,17 +9,9 @@ homepage = "https://rookeries.org/"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Developer and designer friendly static site generator"
|
description = "Developer and designer friendly static site generator"
|
||||||
|
|
||||||
[package.metadata.deb]
|
|
||||||
depends = "$auto"
|
|
||||||
extended-description = """
|
|
||||||
Rookeries is a developer and designer friendly static site generator for
|
|
||||||
building gorgeous, maintainable and extendable websites, that embraces the
|
|
||||||
future of the web. Build a fast single-page static site using Markdown,
|
|
||||||
templates, web components and rebuilt plugins.
|
|
||||||
"""
|
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
circle-ci = { repository = "dorianpula/rookeries" }
|
circle-ci = { repository = "dorianpula/rookeries" }
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-files = "0.1.3"
|
actix-files = "0.1.3"
|
||||||
|
|
Loading…
Reference in New Issue