initial commit

This commit is contained in:
Zastian Pretorius
2022-06-10 19:11:38 +01:00
commit 3e45132293
4 changed files with 961 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "log_e"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.5.6"
colored = "2.0.0"
isahc = "1.7.2"