lib-nested/Cargo.toml
2020-12-04 20:38:51 +01:00

15 lines
235 B
TOML

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