[add] initial code
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "hosts2blocker"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
log = "0.4.22"
|
||||
simple_logger = "5.0.0"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
Reference in New Issue
Block a user