2024-05-07 19:22:11 +03:00
|
|
|
[package]
|
|
|
|
name = "enso-uninstaller"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
enso-install = { path = ".." }
|
|
|
|
enso-install-config = { path = "../config" }
|
|
|
|
ide-ci = { path = "../../ci_utils" }
|
2024-08-14 02:16:55 +03:00
|
|
|
self-replace = "1.4.0"
|
2024-05-07 19:22:11 +03:00
|
|
|
sysinfo = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
native-windows-gui = { workspace = true }
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|