Upload files to "/"
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "untitled"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
windows = { version = "0.61.3", features = ["Foundation", "UI", "Win32", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System", "Win32_System_LibraryLoader", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_Security", "Win32_Devices", "Win32_Devices_DeviceAndDriverInstallation", "Win32_System_IO", "Devices", "Devices_Usb", "Win32_Devices_Usb", "Win32_System_SystemServices", "Win32_System_Registry"] }
|
||||
windows-core = "0.61.2"
|
||||
hex = "0.4.3"
|
||||
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "force-build"
|
||||
path = "C:\\Users\\cr385008\\RustroverProjects\\untitled\\build.rs"
|
||||
Reference in New Issue
Block a user