(feat) Use a seperate library to get terminal cols

This commit is contained in:
newbee1905
2022-07-13 19:36:18 +07:00
parent 8e0edf66fe
commit 3155a0d25f
3 changed files with 88 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "kami"
#author = "mrfluffy-dev"
author = "mrfluffy-dev"
license = "GPL-3.0"
version = "0.2.0"
edition = "2021"
@@ -12,3 +12,4 @@ regex = "1.5.6"
colored = "2.0.0"
isahc = "1.7.2"
base64 = "0.13"
termsize = "0.1.6"