implement CLF option

This commit is contained in:
yggverse 2025-06-25 06:34:27 +03:00
parent 50a0a567a8
commit ad9bb1ae49
7 changed files with 72 additions and 16 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "nexy"
version = "0.2.1"
version = "0.3.0"
edition = "2024"
license = "MIT"
readme = "README.md"
@ -11,5 +11,6 @@ repository = "https://github.com/YGGverse/nexy"
[dependencies]
anyhow = "1.0"
chrono = "^0.4.20"
clap = { version = "4.5", features = ["derive"] }
urlencoding = "2.1"