[package]
name = "tanoshi-cli"
version = "0.2.2"
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/*"]
[dependencies]
tanoshi-lib = "0.23.2"
tanoshi-vm = "0.1.3"
serde_yaml = "0.8"
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"
log = { version = "0.4.14" }
env_logger = "0.8.4"
ron = "0.6.4"
ureq = { version = "2", features = ["json"] }