mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove duplicate cargo.toml file (#24047)
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "inno_updater"
|
|
||||||
version = "0.9.0"
|
|
||||||
authors = ["Microsoft <monacotools@microsoft.com>"]
|
|
||||||
build = "build.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
byteorder = "1"
|
|
||||||
crc = "^1.0.0"
|
|
||||||
slog = "2.1.1"
|
|
||||||
slog-async = "2.2.0"
|
|
||||||
slog-term = "2.3.0"
|
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
|
||||||
winapi = { version = "^0.3.9", features = ["winuser", "libloaderapi", "commctrl", "processthreadsapi", "tlhelp32", "handleapi", "psapi", "errhandlingapi", "winbase", "shellapi"] }
|
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
lto = true
|
|
||||||
panic = 'abort'
|
|
||||||
Reference in New Issue
Block a user