lib-nested/shell/Cargo.toml

17 lines
269 B
TOML
Raw Normal View History

2021-06-05 23:30:40 +02:00
[package]
name = "shell"
version = "0.1.0"
edition = "2018"
[dependencies]
nested = { path = "../nested" }
cgmath = "*"
termion = "*"
2021-09-03 06:49:18 +02:00
bincode = "*"
libc = "0.2.*"
portable-pty = "0.4.0"
2021-06-05 23:30:40 +02:00
[dependencies.async-std]
version = "1.9.0"
features = ["unstable", "attributes"]