[package]
name = "profile"
version = "0.1.1"
edition = "2021"
description = "Switch files by profile"
homepage = "https://github.com/bit-ranger/profile"
readme = "README.md"
keywords = ["cli"]
categories = [
"development-tools",
"development-tools::testing",
"development-tools::profiling",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/bit-ranger/profile"
[dependencies]
tokio = { version = "1.21", features = [
"fs",
"time",
"tracing",
"process",
"macros",
"rt",
"io-util",
"rt-multi-thread",
] }
async-recursion = "1.0.0"
dirs = "4.0.0"
structopt = "0.3"