blob: 0bb638c81a086e8b318edb3a083b495abf1bec2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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.34"
thulani_calc.git = "https://pub.npry.dev/thulani"
|