From 1596bd70420eacf962f131bc4ace304874148aa8 Mon Sep 17 00:00:00 2001 From: Shou Ya Date: Tue, 20 Feb 2024 16:20:20 +0900 Subject: [PATCH] chore(release): preparing for crates.io publishing --- Cargo.toml | 10 ++++++++-- inspector/.gitignore | 3 ++- inspector/dist/.keep | 0 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 inspector/dist/.keep diff --git a/Cargo.toml b/Cargo.toml index 6f27874..b93ba2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "rss-funnel" +description = "A composable feed processing pipeline" version = "0.0.5" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license-file = "LICENSE" +readme = "README.org" +repository = "https://github.com/shouya/rss-funnel" +homepage = "https://github.com/shouya/rss-funnel" +documentation = "https://docs.rs/rss-funnel" +keywords = ["rss", "feed", "cli"] +categories = ["command-line-interface", "web-programming"] [dependencies] # Async runtime, utility and helper crates diff --git a/inspector/.gitignore b/inspector/.gitignore index 59f9a4b..c2abc98 100644 --- a/inspector/.gitignore +++ b/inspector/.gitignore @@ -1,2 +1,3 @@ .parcel-cache/ -dist/ +dist/* +!dist/.keep diff --git a/inspector/dist/.keep b/inspector/dist/.keep new file mode 100644 index 0000000..e69de29