Skip to content

Commit

Permalink
Add a description to metriken-core (pelikan-io#98)
Browse files Browse the repository at this point in the history
This also update the metriken dev-dependency to a path dependency only
so it is possible to upload it to crates.io
  • Loading branch information
swlynch99 authored Jan 17, 2024
1 parent 5c62e8c commit 93db3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metriken/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
"Sean Lynch <[email protected]>",
]
license = "Apache-2.0"
description = "A fast and lightweight metrics library"
homepage = "https://github.com/pelikan-io/rustcommon"
repository = "https://github.com/pelikan-io/rustcommon"

Expand All @@ -22,5 +23,5 @@ parking_lot = "0.12"
phf = { version = "0.11", features = ["macros"] }

[dev-dependencies]
metriken = { version = "0.5", path = ".." }
metriken = { path = ".." }

0 comments on commit 93db3b9

Please sign in to comment.