-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 733 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (24 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "libra-metrics"
version = "0.1.0"
authors = ["Libra Association <opensource@libra.org>"]
description = "Libra libra-metrics"
repository = "https://github.com/libra/libra"
homepage = "https://libra.org"
license = "Apache-2.0"
publish = false
edition = "2018"
[dependencies]
anyhow = "1.0.34"
futures = "0.3.8"
hyper = "0.13.9"
once_cell = "1.4.1"
prometheus = { version = "0.10.0", default-features = false }
serde_json = "1.0.59"
tokio = "1.18.1"
libra-logger = { path = "../logger", version = "0.1.0" }
libra-metrics-core = { path = "../metrics-core", version = "0.1.0" }
libra-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
[dev-dependencies]
rusty-fork = "0.3.0"
assert_approx_eq = "1.1.0"