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]
|
2021-01-06 21:35:46 +01:00
|
|
|
cgmath = "0.17.0"
|
|
|
|
termion = "1.5.5"
|
|
|
|
signal-hook = "0.3.1"
|
|
|
|
signal-hook-async-std = "0.2.0"
|
2020-12-04 20:38:51 +01:00
|
|
|
|
|
|
|
[dependencies.async-std]
|
|
|
|
version = "1.7.0"
|
|
|
|
features = ["unstable", "attributes"]
|