From 96acc5c951e7b40374e3918882cb6c77da7bb6fb Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Thu, 16 May 2024 17:57:09 -0700 Subject: [PATCH] Crate updates (#5382) Signed-off-by: Yee Hing Tong --- flyteidl/.gitignore | 1 + flyteidl/Cargo.toml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/flyteidl/.gitignore b/flyteidl/.gitignore index 00b37709eb..f7a920620f 100644 --- a/flyteidl/.gitignore +++ b/flyteidl/.gitignore @@ -19,3 +19,4 @@ __pycache__/ venv/ build/ +target/ diff --git a/flyteidl/Cargo.toml b/flyteidl/Cargo.toml index ee15f0bffb..afb383bc27 100644 --- a/flyteidl/Cargo.toml +++ b/flyteidl/Cargo.toml @@ -2,6 +2,17 @@ name = "flyteidl" version = "0.1.0" edition = "2021" +license-file = "LICENSE" +homepage = "https://flyte.org" +repository = "https://github.com/flyteorg/flyte" +description = "Core Interface Definition for Flyte" +readme = "README.md" +keywords = ["ai", "ml", "orchestration"] +categories = ["science", "science::bioinformatics"] +include = [ + "**/*.rs", + "Cargo.toml", +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html