rusty-tty/Cargo.toml

12 lines
287 B
TOML
Raw Permalink Normal View History

2020-05-30 18:07:03 +02:00
[package]
name = "rusty-tty"
version = "0.1.0"
authors = ["Sebastian <sebastian@sebastians-site.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "*"
2020-06-24 23:21:12 +02:00
rusty-dsp = {path = "../rusty-dsp"}