2020-12-04 20:38:51 +01:00
|
|
|
|
|
|
|
[package]
|
|
|
|
authors = ["Michael Sippel <m.sippel@hzdr.de>"]
|
|
|
|
edition = "2018"
|
|
|
|
name = "NeStEd"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cgmath = "*"
|
|
|
|
termion = "*"
|
2020-12-14 19:35:35 +01:00
|
|
|
signal-hook = "*"
|
|
|
|
signal-hook-async-std = "*"
|
2020-12-04 20:38:51 +01:00
|
|
|
|
|
|
|
[dependencies.async-std]
|
|
|
|
version = "1.7.0"
|
|
|
|
features = ["unstable", "attributes"]
|