Files
shadow-rs/client/Cargo.toml
2024-07-26 12:28:36 -03:00

13 lines
386 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.6", features = ["derive"] }
winapi = "0.3.9"
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Memory", "Win32_System_Threading"] }
shared = { path = "../shared" }
[features]
mapper = []