[package]
name = "qfl"
version = "0.1.1"
edition = "2024"
description = "A Rust library of various functions and tools for Statistics, Quant Finance, Stochastic Modelling, and other needs."
license = "MIT"
[dependencies]
rand = "0.8"
[[bin]]
name = "qfl"
path = "main.rs"
[lib]
path = "lib.rs"