commit 252f5b90fefecae52bdc4383ecd27ce47822dd90
parent 544d8e68ce32cecacf70123ca8858f47bae4ce98
Author: lash <dev@holbrook.no>
Date: Mon, 16 Sep 2024 01:06:15 +0100
Add metadata
Diffstat:
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -0,0 +1,4 @@
+- 0.1.0
+ * Support for local filesystem source files.
+ * Handle RSS and Atom input.
+ * Use RSS 1.0 link element as guid.
diff --git a/Cargo.toml b/Cargo.toml
@@ -2,7 +2,9 @@
name = "crier-bin"
version = "0.0.1"
edition = "2021"
+license = "AGPL-3.0-or-later"
rust-version = "1.79"
+description = "Chronologically aggregate atom and rss feeds into a single atom feed."
authors = ["Louis Holbrook <dev@holbrook.no>"]
[dependencies]
diff --git a/README.adoc b/README.adoc
@@ -0,0 +1,2 @@
+Crier
+=====
diff --git a/crier-lib/Cargo.toml b/crier-lib/Cargo.toml
@@ -3,6 +3,8 @@ name = "crier"
version = "0.0.1"
edition = "2021"
rust-version = "1.79"
+description = "Chronologically aggregate atom and rss feeds into a single atom feed."
+documentation = "https://defalsify.org/pub/doc/crier/0.0.1/crier"
authors = ["Louis Holbrook <dev@holbrook.no>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html