summaryrefslogtreecommitdiffstats
path: root/below/config/Cargo.toml
blob: 2727d3de6a97697b8c8894b9e87512f2c80ec0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @generated by autocargo

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

[dependencies]
anyhow = "1.0"
cgroupfs = { version = "0.4.1", path = "../cgroupfs" }
once_cell = "1.8"
serde = { version = "1.0.126", features = ["derive", "rc"] }
toml = "=0.5.8"

[dev-dependencies]
tempdir = "0.3"