[package]
name = "linetest"
version = "0.1.0"
authors = ["drbawb <drbawb@fatalsyntax.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
async-channel = "1.0"
async-dup = "1.0"
async-lock = "1.0"
async-mutex = "1.0"
byteorder = "1.0"
crossterm = "0.17"
futures-util = "0.3"
smol = "0.1"
textwrap = "0.12"
thiserror = "1.0"
unicode-segmentation = "1.0"
unicode-width = "0.1"
void = "1.0"
[dependencies.smolboi]
version = "0.1.0"
path = "../smolboi"