[package] name = "enso-install" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { workspace = true } dirs = { workspace = true } enso-install-config = { path = "config" } ide-ci = { path = "../ci_utils" } named-lock = "0.4.1" serde_json = { workspace = true } strum = { workspace = true } sysinfo = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } windows = { version = "0.53.0", features = [ "Win32", "Win32_UI", "Win32_UI_Shell", "Win32_System", "Win32_System_LibraryLoader", "Win32_Foundation", "Win32_System_Com", ] } [target.'cfg(windows)'.dependencies] mslnk = "0.1.8" native-windows-gui = { workspace = true } winreg = { workspace = true } [build-dependencies] embed-resource = "2.4.0" ide-ci = { path = "../ci_utils" } enso-install-config = { path = "config" } [lints] workspace = true