add Cargo metadata
This commit is contained in:
parent
2fa661c752
commit
fabd40e0b6
2 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,12 @@
|
|||
name = "planet-mars"
|
||||
version = "0.1.0"
|
||||
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]
|
||||
anyhow = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue