summaryrefslogtreecommitdiffhomepage
path: root/talpid-net/Cargo.toml
blob: aa30ed1b5b6ad7e8eeeb50ee47c81bfe2c42681a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "talpid-net"
description = "Networking helpers"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[target.'cfg(unix)'.dependencies]
libc = "0.2"
talpid-types = { path = "../talpid-types" }
socket2 = { version = "0.5.3", features = ["all"] }
log = { workspace = true }