-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the package to fs-librarian before we publish on crates.io. We are renaming because there already exists a package called librarian in crates.io. Signed-off-by: Jason Rogena <[email protected]>
- Loading branch information
1 parent
f857c22
commit d18cfe4
Showing
4 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
[package] | ||
name = "librarian" | ||
name = "fs-librarian" | ||
version = "0.1.0" | ||
authors = ["Jason Rogena <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.61" | ||
readme = "README.md" | ||
license-file = "LICENSE" | ||
documentation = "https://github.com/jasonrogena/librarian/blob/main/README.md" | ||
description = "Librarian runs pre-configured commands against a group of files that match a set of filters" | ||
homepage = "https://github.com/jasonrogena/librarian" | ||
repository = "https://github.com/jasonrogena/librarian" | ||
keywords = ["directory", "file", "file-manager", "organiser", "organizer"] | ||
categories = ["command-line-utilities", "filesystem"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters