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

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

[dependencies]
anyhow = "1.0.65"
btrfs = { package = "below-btrfs", version = "0.6.1", path = "../btrfs" }
cgroupfs = { version = "0.6.1", path = "../cgroupfs" }
once_cell = "1.12"
serde = { version = "1.0.136", features = ["derive", "rc"] }
toml = "=0.5.8"

[dev-dependencies]
tempdir = "0.3"