Add base subcrates
This commit is contained in:
16
crates/wtfnet-platform-windows/Cargo.toml
Normal file
16
crates/wtfnet-platform-windows/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "wtfnet-platform-windows"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
network-interface = "1"
|
||||
regex = "1"
|
||||
rustls-native-certs = "0.7"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
time = { version = "0.3", features = ["formatting"] }
|
||||
x509-parser = "0.16"
|
||||
wtfnet-platform = { path = "../wtfnet-platform" }
|
||||
wtfnet-core = { path = "../wtfnet-core" }
|
||||
Reference in New Issue
Block a user