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