tanoshi-cli 0.2.1

Tanoshi CLI Utilities
[package]

name = "tanoshi-cli"

version = "0.2.1"

authors = ["Muhammad Fadhlika <fadhlika@gmail.com>"]

edition = "2018"

description = "Tanoshi CLI Utilities"

repository= "https://github.com/faldez/tanoshi"

license = "MIT"

readme = "README.md"

exclude = [

    ".github/*"

]





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



[dependencies]

tokio = { version = "1", features = ["full"] }

clap = "3.0.0-beta.2"

anyhow = "1"

wasmer = "2.0.0"

wasmer-wasi = "2.0.0"

serde = {version = "1.0", features = ["derive"]}

serde_json = "1.0"

serde_yaml = "0.8"

tanoshi-lib = "0.23.2"

tanoshi-vm = "0.1.2"

log = { version="0.4.14" }

env_logger = "0.8.4"

ron = "0.6.4"

ureq = { version = "2", features = ["json"] }