Skip to content

Commit

Permalink
chore: add publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-org committed Apr 27, 2024
1 parent 3b97963 commit c03c5dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[package]
name = "pg-db-idle-agent"
version = "0.1.0"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "The PgDbIdleAgent is a customizable, asynchronous agent in Rust that periodically queries a PostgreSQL database and processes the results using a user-defined function."
license = "MIT"
keywords = ["agent","runner","worker","postgres","database"]
repository = "https://github.com/nikola-bozin-org/pg-db-idle-agent"

[dependencies]



[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3
codegen-units = 1

0 comments on commit c03c5dd

Please sign in to comment.