[package] name = "shell" version = "0.1.0" edition = "2018" [dependencies] nested = { path = "../nested" } cgmath = "*" termion = "*" bincode = "*" libc = "0.2.*" portable-pty = "0.4.0" [dependencies.async-std] version = "1.9.0" features = ["unstable", "attributes"]