initial commit
This commit is contained in:
commit
f4cb9fe9a1
4 changed files with 469 additions and 0 deletions
11
Cargo.toml
Executable file
11
Cargo.toml
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue