[package] name = "rusco" version = "0.1.3" author = "Scott Walls" description = "A simple tool to run complex commands from anywhere" readme = "README.md" license = "MIT" homepage = "https://github.com/numine777/project_builder" repository = "https://github.com/numine777/project_builder" keywords = ["rusco", "command", "runner", "runner", "tool"] catgories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } clap = { version = "3", features = ["derive"] } tokio = { version = "1.15.0", features = ["full"] } serde_json = "1.0" dirs = "4.0.0"