Cargo.toml: Add authors field
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
name = "filereap"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user