[package] name = "hisho_cli2" version.workspace = true license = "MPL-2.0" authors = ["Thomas Obernosterer "] description = "Hisho CLI is a tool for local development with dependencies built using Hisho Core." keywords = ["tool", "dev", "development"] categories = ["command-line-utilities"] edition = "2021" rust-version = "1.73.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hisho_core = { path = "../hisho_core", version = "1.1.0" } clap = "4.4.7" tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] } ron = "0.8.1"