mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
add missing metadata
This commit is contained in:
+6
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user