feat: init commit

This commit is contained in:
2023-01-17 22:57:52 +08:00
commit a0bd3ceff8
5 changed files with 828 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "lazyprox"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.4", features = ["full"] }
clap = { version = "3.2", features = ["derive"] }
env_logger = "0.8"
log = "0.4"
futures = "0.3"