initial commit

This commit is contained in:
raf 2025-05-24 16:03:32 +03:00
commit f4cb9fe9a1
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 469 additions and 0 deletions

11
Cargo.toml Executable file
View file

@ -0,0 +1,11 @@
[package]
name = "nff"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
thiserror = "2.0"