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

[package]
name = "below-gpu-stats"
version = "0.6.2"
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.6.2", path = "../common" }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
serde = { version = "1.0.136", features = ["derive", "rc"] }