[[bin]]
name = "plyg"
path = "src/main.rs"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.regex]
version = "1.5.4"
[lib]
name = "plyg"
path = "src/lib.rs"
[package]
authors = ["timothy adigun <2teezrust@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A Playground to safely try out different programming languages in a single file"
edition = "2021"
exclude = ["Cargo.toml.orig"]
keywords = ["playground", "play", "cli", "tools", "utility"]
license = "MIT"
name = "plyg"
readme = "README.md"
repository = "https://github.com/2teez/plyg"
version = "0.2.0"