14 lines
292 B
TOML
14 lines
292 B
TOML
[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"] }
|
|
|