moved read function to mindus.rs and removed ansi encoding

This commit is contained in:
poslop
2022-12-04 20:26:08 -06:00
parent 95f377e2ee
commit deab97b46f
3 changed files with 28 additions and 18 deletions

View File

@@ -7,5 +7,8 @@ edition = "2021"
[dependencies]
dotenv = "0.15.0"
serde = "1.0.148"
serenity = "0.11"
strip-ansi-escapes = "0.1.1"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
toml = "0.5.9"