shed/hostcaps/Cargo.toml (17 lines of code) (raw):
# @generated by autocargo
[package]
name = "hostcaps"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
readme = "../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
[[bin]]
name = "test_hostcaps"
path = "src/bin/test.rs"
[dependencies]
lazy_static = "1.0"
[features]
default = []
fb = []