shed/fbinit/fbinit-tokio-02/Cargo.toml (16 lines of code) (raw):
# @generated by autocargo
[package]
name = "fbinit-tokio-02"
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"
[lib]
name = "fbinit_tokio"
path = "lib.rs"
doc = false
[dependencies]
futures = { version = "0.3.13", features = ["async-await", "compat"] }
tokio = { version = "0.2.25", features = ["full", "test-util"] }