Skip to content

Commit

Permalink
More patches to push to a crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Aug 31, 2024
1 parent f473863 commit 4a5d3cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
[package]
name = "rpq"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Justin Timperio"]
description = "A high performance embeddable double priority queue with complex priority ordering guarantees"
license = "MIT"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/JustinTimperio/rpq"
keywords = [
"priority-queue",
"double-priority-queue",
"priority-queue-library",
"rpq",
]
exclude = ["graphs", "perf.data", "perf.data.old"]

[lib]
name = "rpq"
Expand All @@ -24,7 +32,7 @@ uuid = { version = "1.10.0", features = ["v4"] }

[[bin]]
name = "rpq-graphs"
path = "src/graphs/main.rs"
path = "graphs/main.rs"

[profile.test]
inherits = "release"
File renamed without changes.

0 comments on commit 4a5d3cf

Please sign in to comment.