below-config 0.5.0

Configerations for below
Documentation
# @generated by autocargo

[package]
name = "below-config"
version = "0.5.0"
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.51"
cgroupfs = { version = "0.5.0", path = "../cgroupfs" }
once_cell = "1.8"
serde = { version = "1.0.126", features = ["derive", "rc"] }
toml = "=0.5.8"

[dev-dependencies]
tempdir = "0.3"