summaryrefslogtreecommitdiffhomepage
path: root/talpid-macos/Cargo.toml
blob: 7868707b4ca322cf9a2980fcd2a412463a2d52ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "talpid-macos"
description = "Abstractions for macOS"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[target.'cfg(target_os="macos")'.dependencies]
libc = "0.2"
log = { workspace = true }