examples/math/Cargo.toml
2021-06-01 20:54:28 +03:00

22 lines
413 B
TOML

[package]
name = "wasm-math"
version = "0.1.0"
authors = ["Fluence Labs"]
description = "The math module for the Fluence network"
repository = "https://github.com/fluencelabs/fce/tree/master/examples/multi-service/math"
edition = "2018"
publish = false
[[bin]]
name = "math"
path = "src/main.rs"
[dependencies]
fluence = "0.6.9"
ethnum = "1.0.3"
thiserror = "1.0.25"
[dev-dependencies]
fluence-test = "0.1.9"