Initial commit
This commit is contained in:
commit
841f5ef294
5 changed files with 116 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "fnl"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Add or remove final newlines"
|
||||
repository = "https://git.urbach.dev/cli/fnl"
|
||||
license-file = "readme.md"
|
||||
readme = "readme.md"
|
||||
categories = ["command-line-utilities"]
|
Loading…
Add table
Add a link
Reference in a new issue