init
This commit is contained in:
commit
10ff2123ac
22 changed files with 1430 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "onod3000"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
flate2 = "1.0.35"
|
||||
kolmogorov_smirnov = "1.1.0"
|
||||
rand_distr = "0.4.3"
|
||||
statrs = "0.18.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue