[package] name = "crossc" version = "0.1.6" edition = "2021" description = "crosscall cli" license = "MIT" repository = "https://github.com/Zhou-Pixel/crosscall.git" [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } cfg-if = "1.0.0" clap = { version = "4.5.16", features = ["derive"] } derive-new = "0.6.0" glob = "0.3.1" home = "0.5.9" notify = "6.1.1" serde = { version = "1.0.208", features = ["derive"] } tempfile = "3.12.0" toml = "0.8.19" tracing = "0.1.40" tracing-subscriber = "0.3.18" which = "6.0.3"