[package] name = "cargo-python" version = "0.1.0" edition = "2021" description = "A cargo subcommand to build and run Python code" authors = ["Danilo Guanabara "] license = "Apache-2.0" repository = "https://github.com/sensorial-systems/python" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # python310 = { path = "../python310" }