mirror of
https://github.com/michael-yuji/xc.git
synced 2026-05-15 11:48:28 +02:00
12 lines
312 B
TOML
12 lines
312 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"
|
|
tokio = { version = "^1.21", features = ["net", "process", "macros", "sync"] }
|