Skip to content

Commit

Permalink
Add description field to crates
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 8, 2023
1 parent 12de5c1 commit 379eb2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/augurs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "Core data structures and traits for the augurs time series library."

[dependencies]
serde = { version = "1.0.166", optional = true, features = ["derive"] }
1 change: 1 addition & 0 deletions crates/augurs-ets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "ETS models for augurs"

[dependencies]
augurs-core.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/augurs-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "JavaScript bindings for the augurs time series library."

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
1 change: 1 addition & 0 deletions crates/augurs-mstl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "Multiple Seasonal-Trend decomposition with LOESS (MSTL) using the augurs time series library."

[dependencies]
augurs-core.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/augurs-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "Test framework and data for the augurs library."

[dependencies]
once_cell = "1.18.0"
1 change: 1 addition & 0 deletions crates/pyaugurs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation.workspace = true
license.workspace = true
edition.workspace = true
keywords.workspace = true
description = "Python bindings for the augurs time series library."

[lib]
name = "augurs"
Expand Down

0 comments on commit 379eb2d

Please sign in to comment.