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,5 +1,6 @@
[package]
name = "nu_plugin_custom_values"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_custom_values"
version = "0.1.0"
edition = "2021"