mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-03 15:44:33 +01:00
13 lines
386 B
TOML
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 = [] |