feat: init commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user