cli: Remove the Debian dependency and add maintenance status.
This commit is contained in:
parent
5732f98db0
commit
a1477e3509
12
Cargo.toml
12
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"
|
||||||
|
@ -43,7 +35,7 @@ serde_json = "1.0"
|
||||||
tera = "1.0"
|
tera = "1.0"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
uuid = { version = "0.6", features = ["serde", "v4"] }
|
uuid = { version = "0.6", features = ["serde", "v4"] }
|
||||||
# Can not include the default bzip2 support due to OS X linking issues.
|
# Cannot include the default bzip2 support due to OS X linking issues.
|
||||||
zip = { version = "0.5", default-features = false, features = ["deflate"] }
|
zip = { version = "0.5", default-features = false, features = ["deflate"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue