[package] name = "mdd-soundcloud" version = "0.1.15" authors = ["Daniel Tabellion "] edition = "2018" license = "MIT" description = "mdd source implementation for soundcloud" repository = "https://github.com/dataO1/mdd-soundcloud" # only include relevant files in the packaged crate include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mdd-lib = "0.1.5" pyo3 = "0.12.1"