add missing metadata

This commit is contained in:
Sylvestre Ledru
2021-03-15 10:00:10 +01:00
parent a36f9804dc
commit f7ede1fb84
+6 -1
View File
@@ -1,8 +1,13 @@
[package]
name = "findutils"
version = "0.1.0"
authors = ["mcharsley <mcharsley@google.com>"]
homepage = "https://github.com/uutils/findutils"
repository = "https://github.com/uutils/findutils"
edition = "2018"
license = "MIT"
readme = "README.md"
description = "Rust implementation of GNU findutils"
authors = ["uutils developers"]
[dependencies]
glob = "0.3"