[package] name = "autd-wav-modulation" version = "9.0.1" authors = ["shun suzuki "] edition = "2018" license = "MIT" description = "Wav Modulation for AUTD." repository = "https://github.com/shinolab/rust-autd" readme = "README.md" keywords = ["autd"] exclude = [ ".github/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] autd = {path="../autd", version="9.0.1"} hound = "3.4"