add Cargo metadata
This commit is contained in:
parent
236742bb3c
commit
6f4093302a
@ -2,6 +2,12 @@
|
|||||||
name = "planet-mars"
|
name = "planet-mars"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Thomas Koch <thomas@koch.ro>"]
|
||||||
|
description = "Feed aggregation planet like Planet Venus, produces static HTML and ATOM feed from fetched feeds."
|
||||||
|
homepage = "https://github.com/thkoch2001/planet-mars"
|
||||||
|
license = "AGPL-3.0-or-later"
|
||||||
|
keywords = ["atom", "rss", "planet", "feed", "blogging"]
|
||||||
|
categories = ["web-programming"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "*"
|
anyhow = "*"
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<link href="https::/planet.tvl.fyi"/>
|
<link href="https::/planet.tvl.fyi"/>
|
||||||
<updated>{{now()|date(format="%Y-%m-%dT%H:%M:%SZ")}}</updated>
|
<updated>{{now()|date(format="%Y-%m-%dT%H:%M:%SZ")}}</updated>
|
||||||
<id>https::/planet.tvl.fyi</id>
|
<id>https::/planet.tvl.fyi</id>
|
||||||
<generator uri="{{ PKG_HOMEPAGE }}" version="{{ PKG_VERSION }}">
|
<generator uri="{{ PKG_HOMEPAGE|escape }}" version="{{ PKG_VERSION|escape }}">
|
||||||
{{ PKG_NAME }} by {{ PKG_AUTHORS }}
|
{{ PKG_NAME|escape }} by {{ PKG_AUTHORS|escape }}
|
||||||
</generator>
|
</generator>
|
||||||
<icon>https://planet.tvl.fyi/logo.svg</icon>
|
<icon>https://planet.tvl.fyi/logo.svg</icon>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user