mirror of
https://github.com/michael-yuji/xc.git
synced 2026-03-21 08:14:52 +01:00
13 lines
362 B
TOML
13 lines
362 B
TOML
[package]
|
|
name = "pty_process"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
freebsd = { path = "../freebsd" }
|
|
futures = "0.3.25"
|
|
nix = { version = "0.25.0", features = ["term"] }
|
|
tokio = { version = "^1.21", features = ["net", "process", "macros", "sync"] }
|