Skip to content

Commit

Permalink
Crate updates (flyteorg#5382)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored May 17, 2024
1 parent 519080b commit 96acc5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyteidl/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ __pycache__/

venv/
build/
target/
11 changes: 11 additions & 0 deletions flyteidl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96acc5c

Please sign in to comment.