xshell-venv 0.2.0

xshell-venv manages your Python virtual environments in code.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "xshell"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4884417669886d3abff14feec797179526ade713f212e54ec08b19bc6bdc86aa"
dependencies = [
 "xshell-macros",
]

[[package]]
name = "xshell-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d92065701c3611323f96eac5475b995421fc7eb2bcba1336cdd80b9b2fb68f"

[[package]]
name = "xshell-venv"
version = "0.2.0"
dependencies = [
 "xshell",
]