1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

update cargo info

This commit is contained in:
Michael Greenberg 2021-06-25 20:35:20 -04:00
parent 1af11e1c3e
commit cdceaf0c71

View File

@ -4,8 +4,11 @@ version = "0.1.0"
authors = ["Michael Greenberg <michael.greenberg@stevens.edu>"]
license = "GPL-3.0"
description = "ffs---the _f_ile _f_ile_s_ystem---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"
repository = "https://github.com/mgree/ffs"
keywords = ["data", "fuse", "json", "shell", "yaml"]
categories = ["command-line-utilities", "encoding", "filesystem"]
edition = "2018"
[dependencies]