[package] name = "mdd-lib" version = "0.1.8" authors = ["Daniel Tabellion "] edition = "2018" license = "MIT" description = "core library for creating and running mdd sources and downloaders" repository = "https://github.com/dataO1/mdd-lib" # 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]