1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/wezterm-uds/Cargo.toml
Wez Furlong 0fcd4a847c
move uds stuff into new wezterm-uds crate
This centralizes the conditional imports and makes a home
for the IoSafe trait annotation for smol/async-io compat.
2024-05-13 17:56:57 -07:00

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"