From 14191c431ea93800c8cd54f6728f4d7efbb8a5e6 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Mon, 11 Dec 2023 15:49:03 -0800 Subject: [PATCH] Add default crate information Summary: Adds basic info that every crate should have. Reviewed By: dtolnay Differential Revision: D52051107 fbshipit-source-id: 828ac6a752dbb4b419577fca08815014c8b96c42 --- watchman/cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watchman/cli/Cargo.toml b/watchman/cli/Cargo.toml index f9831674ed84..5af5d0849b87 100644 --- a/watchman/cli/Cargo.toml +++ b/watchman/cli/Cargo.toml @@ -5,6 +5,8 @@ name = "watchmanctl" version = "0.1.0" authors = ["Source Control Oncall oncall+source_control@xmail.facebook.com"] edition = "2021" +repository = "https://github.com/facebook/watchman" +license = "MIT" [dependencies] ahash = "0.8"