marine/fluence-faas/tests/wasm_tests/arrays_passing/Cargo.toml

19 lines
303 B
TOML
Raw Normal View History

2020-09-22 22:14:54 +00:00
[package]
name = "arrays-passing-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 12:03:00 +00:00
publish = false
2020-09-22 22:14:54 +00:00
[[bin]]
name = "arrays_passing_pure"
path = "src/pure.rs"
[[bin]]
name = "arrays_passing_effector"
path = "src/effector.rs"
[dependencies]
2021-05-19 15:58:24 +00:00
fluence = "0.6.9"
2020-09-22 22:14:54 +00:00
safe-transmute = "0.11.0"