[package] name = "pywyz" version = "0.0.1" edition = "2021" description = "Wyz is a Python project manager following PEPs as much as possible and with battery included" readme = "README.md" repository = "https://github.com/py-rs/wyz/" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "wyz" path = "src/main.rs"