lib-nested/shell/Cargo.toml

14 lines
217 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 = "*"
[dependencies.async-std]
version = "1.9.0"
features = ["unstable", "attributes"]