lib-nested/Cargo.toml
2021-01-09 01:45:17 +01:00

17 lines
298 B
TOML

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