aboutsummaryrefslogtreecommitdiff
path: root/calc/Cargo.toml
blob: 593a1b0b70af164b698580f33ad304e553297012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "thulani_calc"
version = "0.1.1"
authors.workspace = true
edition.workspace = true

[dependencies]
pest = "2.7"
pest_derive = "2.7"
thiserror = "2.0"
statrs = "0.18"

lazy_static.workspace = true
rand.workspace = true