Skip to content

Commit

Permalink
chore(release): preparing for crates.io publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya committed Feb 20, 2024
1 parent ece0035 commit 1596bd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion inspector/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.parcel-cache/
dist/
dist/*
!dist/.keep
Empty file added inspector/dist/.keep
Empty file.

0 comments on commit 1596bd7

Please sign in to comment.