[add] initial code

This commit is contained in:
2024-10-25 12:28:32 +01:00
commit e7be703e3f
5 changed files with 528 additions and 0 deletions

12
Cargo.toml Normal file
View 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