From e243e80c2c2151c874a406540b5bac31aebc2f12 Mon Sep 17 00:00:00 2001 From: Michael Greenberg Date: Sat, 26 Jun 2021 11:30:03 -0400 Subject: [PATCH] fix metadata --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8667ddc..9775367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Michael Greenberg "] 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"] @@ -16,6 +16,7 @@ exclude = [ ".gitignore", "binary/*", "docs/*", + "man/*", "json/*", "run_tests.sh", "tests/*",