diff options
Diffstat (limited to 'native/thulani_calc/Cargo.toml')
| -rw-r--r-- | native/thulani_calc/Cargo.toml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/native/thulani_calc/Cargo.toml b/native/thulani_calc/Cargo.toml index 8ba8a75..0bb638c 100644 --- a/native/thulani_calc/Cargo.toml +++ b/native/thulani_calc/Cargo.toml @@ -10,11 +10,5 @@ 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" +rustler = "0.34" +thulani_calc.git = "https://pub.npry.dev/thulani" |
