6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9 # target = "i686-pc-windows-msvc"
12 serde = { version = "1.0", features = ["derive"] }
13 ron = "0.8" # Rust object notation, to load configuration files.
17 windows-service = "0.6"
25 # netcorehost = "0.15"
27 [dependencies.windows]
32 "Win32_Storage_FileSystem",
34 "Win32_System_Services",
35 "Win32_System_LibraryLoader",
36 "Win32_System_Threading",
38 # "Devices_Enumeration",
40 # "Foundation_Collections",