15 lines
489 B
TOML
15 lines
489 B
TOML
[package]
|
|
name = "bgtu-networks-2-network-windows"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bgtu-networks-2-network-abstract = { path = "../abstract" }
|
|
|
|
[dependencies.windows]
|
|
version = ">=0.41.0, <=0.62.2"
|
|
registry = "crates-io"
|
|
features = ["Win32_System_IO", "Win32_Networking", "Win32_Networking_WinSock", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_System_Memory", "Win32_System_SystemInformation"] |