code_runner 0.1.0

A Code Runner written in Rust which takes code in any language executes them and then returns output to the method calling
Documentation
[package]
name = "code_runner"
license = "MIT OR Apache-2.0"
description = "A Code Runner written in Rust which takes code in any language executes them and then returns output to the method calling"
version = "0.1.0"
authors = ["iamsaquib <saquibulhassan6@gmail.com>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/TheCodeSpawners/code_runner_lib"
documentation = "https://docs.rs/code_runner"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uuid = {version= "0.8", features=["v4"]}
serde_json = "1.0.45"
serde = { version = "1.0.104", features = ["derive"] }