aboutsummaryrefslogtreecommitdiff
path: root/calc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'calc/Cargo.toml')
-rw-r--r--calc/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/calc/Cargo.toml b/calc/Cargo.toml
new file mode 100644
index 0000000..fe2ecc3
--- /dev/null
+++ b/calc/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "thulani_calc"
+version = "0.1.0"
+authors.workspace = true
+edition.workspace = true
+
+[dependencies]
+pest = "2.7"
+pest_derive = "2.7"
+thiserror = "1.0"
+statrs = "0.16"
+
+lazy_static.workspace = true
+rand.workspace = true