lib-nested/Cargo.toml

17 lines
281 B
TOML

[package]
authors = ["Michael Sippel <m.sippel@hzdr.de>"]
edition = "2018"
name = "NeStEd"
version = "0.1.0"
[dependencies]
cgmath = "*"
termion = "*"
signal-hook = "*"
signal-hook-async-std = "*"
[dependencies.async-std]
version = "1.7.0"
features = ["unstable", "attributes"]