blob: 91ed2a8517df5800a0b9e0fedcd83a6a20791e0d [file] [log] [blame]
[package]
name = "qg"
version = "0.1.0"
authors = ["The Pigweed Authors"]
edition = "2021"
rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rustpython = {git="https://github.com/RustPython/RustPython", features=["freeze-stdlib"], optional = true }
[features]
default = []
python = ["dep:rustpython"]