summaryrefslogtreecommitdiffstats
path: root/below/gpu_stats/Cargo.toml
blob: 6a1eb74d134850985d1b45515a9890383a0b7701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# @generated by autocargo from //resctl/below/gpu_stats:below-gpu-stats

[package]
name = "below-gpu-stats"
version = "0.8.0"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "GPU stats crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.0", path = "../common" }
serde = { version = "1.0.185", features = ["derive", "rc"] }