Skip to content

Commit

Permalink
feat: add crate details
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 13, 2024
1 parent a78165e commit 385219a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stochastic-rs-stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "stochastic-rs-stats"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A Rust library for the statistical analysis of stochastic processes"
homepage = "https://github.com/dancixx/stochastic-rs-stats"
documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs_stats/"
repository = "https://github.com/dancixx/stochastic-rs"
readme = "README.md"
keywords = ["stochastic", "process", "random", "simulation", "monte-carlo"]

[dependencies]
approx = "0.5.1"
Expand Down
Empty file added stochastic-rs-stats/README.md
Empty file.

0 comments on commit 385219a

Please sign in to comment.