File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " linera-metrics"
3- version.workspace = true
3+ description = " A library for Linera server metrics."
4+ readme = " README.md"
5+ documentation = " https://docs.rs/linera-metrics/latest/linera_metrics/"
6+
47authors.workspace = true
5- repository .workspace = true
8+ edition .workspace = true
69homepage.workspace = true
710license.workspace = true
8- edition.workspace = true
11+ repository.workspace = true
12+ version.workspace = true
913
1014[dependencies ]
1115anyhow.workspace = true
Original file line number Diff line number Diff line change 1+ <!-- cargo-rdme start -->
2+
3+ A library for Linera server metrics.
4+
5+ <!-- cargo-rdme end -->
6+
7+ ## Contributing
8+
9+ See the [ CONTRIBUTING] ( ../CONTRIBUTING.md ) file for how to help out.
10+
11+ ## License
12+
13+ This project is available under the terms of the [ Apache 2.0 license] ( ../LICENSE ) .
Original file line number Diff line number Diff line change 11// Copyright (c) Zefchain Labs, Inc.
22// SPDX-License-Identifier: Apache-2.0
33
4+ //! A library for Linera server metrics.
5+
46pub mod prometheus_server;
Original file line number Diff line number Diff line change 11[package ]
22name = " linera-persistent"
3- version.workspace = true
3+ description = " A library for persisting data types to disk with a variety of backends."
4+ readme = " README.md"
5+ documentation = " https://docs.rs/linera-persistent/latest/linera_persistent/"
6+
47authors.workspace = true
5- repository .workspace = true
8+ edition .workspace = true
69homepage.workspace = true
710license.workspace = true
8- edition.workspace = true
11+ repository.workspace = true
12+ version.workspace = true
913
1014[features ]
1115fs = [" fs-err" , " fs4" ]
You can’t perform that action at this time.
0 commit comments