mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
19 lines
303 B
TOML
19 lines
303 B
TOML
[package]
|
|
name = "arrays-passing-test"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "arrays_passing_pure"
|
|
path = "src/pure.rs"
|
|
|
|
[[bin]]
|
|
name = "arrays_passing_effector"
|
|
path = "src/effector.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.6.9"
|
|
safe-transmute = "0.11.0"
|