time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

Cargo.toml (257B)


      1 [package]
      2 name = "squiggle_rust"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      7 
      8 [dependencies]
      9 rand = "0.8.5"
     10 rand_core = "0.6.4"
     11 rand_distr = "0.4.3"
     12 rand_pcg = "0.3.1"