carl_waagner/Cargo.toml

15 lines
292 B
TOML
Raw Permalink Normal View History

2020-10-20 11:53:36 +02:00
[package]
name = "waagner"
version = "0.1.0"
authors = ["_ <_@_>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serial = "*"
rodio = "0.12"
walkdir = "*"
rand = { version = "*", features = ["small_rng"] }