snapshot before rebranding
This commit is contained in:
@@ -8,6 +8,7 @@ edition.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/bizinikiwi-prometheus-endpoint"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -19,24 +20,24 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
http-body-util = { workspace = true }
|
||||
hyper = { features = ["http1", "server"], workspace = true }
|
||||
hyper-util = { features = [
|
||||
"server-auto",
|
||||
"server-graceful",
|
||||
"tokio",
|
||||
"server-auto",
|
||||
"server-graceful",
|
||||
"tokio",
|
||||
], workspace = true }
|
||||
log = { workspace = true, default-features = true }
|
||||
prometheus = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { features = [
|
||||
"net",
|
||||
"parking_lot",
|
||||
"net",
|
||||
"parking_lot",
|
||||
], workspace = true, default-features = true }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper-util = { features = [
|
||||
"client-legacy",
|
||||
"tokio",
|
||||
"client-legacy",
|
||||
"tokio",
|
||||
], workspace = true, default-features = true }
|
||||
tokio = { features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
], workspace = true, default-features = true }
|
||||
|
||||
Reference in New Issue
Block a user