blob: 8ba8a75261bcf7c557ee49b1574e9e2e64abf355 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "thulani_calc"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "thulani_calc"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.26.0"
pest = "2.5"
pest_derive = "2.5"
lazy_static = "1.4"
statrs = "0.16"
thiserror = "1.0"
rand = "0.8"
log = "0.4"
|