lib-nested/Cargo.toml

15 lines
235 B
TOML
Raw Normal View History

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 = "*"
[dependencies.async-std]
version = "1.7.0"
features = ["unstable", "attributes"]