mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
0fcd4a847c
This centralizes the conditional imports and makes a home for the IoSafe trait annotation for smol/async-io compat.
13 lines
272 B
TOML
13 lines
272 B
TOML
[package]
|
|
name = "wezterm-uds"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/wez/wezterm"
|
|
description = "Portable unix domain sockets"
|
|
license = "MIT"
|
|
documentation = "https://docs.rs/wezterm-uds"
|
|
|
|
[dependencies]
|
|
async-io = "2.3"
|
|
uds_windows = "1.1"
|