Add repository info to all workspace crates (#6320)

This helps people who find these crates on crates.io
This commit is contained in:
Richard Braakman
2022-08-14 15:21:20 +03:00
committed by GitHub
parent 9d8d305e9d
commit 6145f734b7
21 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A Nushell plugin to query JSON, XML, and various web data"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query"
edition = "2021"
license = "MIT"
name = "nu_plugin_query"