[package] name = "pybuild" version = "0.0.1" authors = ["Bryant Biggs "] description = """ *Hopefully* a fast python source code bundler """ documentation = "https://github.com/clowdhaus/pybuild" homepage = "https://github.com/clowdhaus/pybuild" repository = "https://github.com/clowdhaus/pybuild/pybuild" keywords = ["bundler"] categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" edition = "2021" include = [ "**/*.rs", "Cargo.toml", "README.md", ] [lib] name = "pybuild" path = "src/lib.rs" [[bin]] name = "pybuild" path = "main.rs" [dependencies] pybuild-parser = { path = "../pybuild-parser", version ="0.0"} [dev-dependencies]