Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Jun 26, 2021
1 parent 93ecc0f commit e243e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Michael Greenberg <[email protected]>"]
license = "GPL-3.0"
description = "ffs---the File FileSystem---lets you mount semi-structured data (like JSON) as a filesystem, letting you work with modern formats using your familiar shell tools."
readme = "README.md"
website = "https://mgree.github.io/ffs"
homepage = "https://mgree.github.io/ffs"
repository = "https://github.com/mgree/ffs"
keywords = ["data", "fuse", "json", "shell", "yaml"]
categories = ["command-line-utilities", "encoding", "filesystem"]
Expand All @@ -16,6 +16,7 @@ exclude = [
".gitignore",
"binary/*",
"docs/*",
"man/*",
"json/*",
"run_tests.sh",
"tests/*",
Expand Down

0 comments on commit e243e80

Please sign in to comment.