[package]
name = "botcli"
version = "0.1.3"
edition = "2021"
license="MIT"
description="Small cli tool to control my bot server"
[dependencies]
bot_server_client = "1.1.5"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.57"
spinoff = "0.5.3"
inquire = "0.3.0"