initial commit

This commit is contained in:
2021-01-09 10:58:56 +01:00
commit 2268b17316
5 changed files with 355 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "clarify-link"
description = "Clarify obfuscated hyperlinks"
version = "0.9.3"
authors = ["Martin Bley <martin.bley@mb-oss.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
regex = "1"