mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
11 lines
210 B
TOML
11 lines
210 B
TOML
[package]
|
|
name = "consumption_metrics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
chrono = { workspace = true, features = ["serde"] }
|
|
rand.workspace = true
|
|
serde.workspace = true
|