Skip to content

Commit

Permalink
feat: update package details
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Jan 3, 2025
1 parent 0442758 commit 6f5dd71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
name = "itransformer-rs"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "A Rust library for the iTransformer model."
homepage = "https://github.com/rust-dd/iTransformer"
repository = "https://github.com/rust-dd/iTransformer"
documentation = "https://docs.rs/itransformer-rs/latest/itransformer_rs/"
readme = "README.md"
keywords = [
"iTransformer",
"transformer",
"tch-rs",
"deep_learning",
"timeseries",
]

[dependencies]
either = "1.13.0"
Expand Down

0 comments on commit 6f5dd71

Please sign in to comment.