Skip to content

Commit

Permalink
Explicitly include prophet-wasmstan.wasm in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Nov 9, 2024
1 parent 40899f4 commit c9b989d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions crates/augurs-prophet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ version.workspace = true
edition.workspace = true
keywords.workspace = true
description = "Prophet: time-series forecasting at scale, in Rust."
include = [
".gitignore",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"CHANGELOG.md",
"build.rs",
"data",
"src/**/*",
"examples",
"tests",
"benches",
"prophet-wasmstan.wit",
"prophet-wasmstan.wasm",
"prophet.stan",
]

[dependencies]
anyhow.workspace = true
Expand Down

0 comments on commit c9b989d

Please sign in to comment.