Skip to content

Commit 1e4ec41

Browse files
committed
cleanup crate description (no markdown on crates.io, apparently). add crates.io badge
1 parent 0403068 commit 1e4ec41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ffs"
33
version = "0.1.0"
44
authors = ["Michael Greenberg <[email protected]>"]
55
license = "GPL-3.0"
6-
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."
6+
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."
77
readme = "README.md"
88
website = "https://mgree.github.io/ffs"
99
repository = "https://github.com/mgree/ffs"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ffs: the file filesystem
22
[![Main workflow](https://github.com/mgree/ffs/actions/workflows/build.yml/badge.svg)](https://github.com/mgree/ffs/actions/workflows/build.yml)
3+
[![Crates.io](https://img.shields.io/crates/v/ffs.svg)](https://crates.io/crates/ffs)
34

45
ffs, the **f**ile **f**ile**s**sytem, let's you mount semi-structured
56
data as a fileystem---a tree structure you already know how to work with!

0 commit comments

Comments
 (0)