[package] name = "rsf" version = "0.1.0" edition = "2021" authors = ["Gavin Niederman "] description = "A tool for converting raw audio files to rsf(Robot Sound File) files for use with lego ev3 robots" license = "MIT" repository = "https://github.com/Gavin-Niederman/rsf" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.4", features = ["derive"] }