[package] name = "env-bootstrap" version = "0.1.0" authors = ["Wez Furlong "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] config = { path = "../config" } dirs-next = "2.0" log = "0.4" pretty_env_logger = "0.4" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.20" libc = "0.2" objc = "0.2"