mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 23:05:31 +00:00
20 lines
411 B
TOML
20 lines
411 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 = { git = "https://github.com/fluencelabs/rust-sdk" }
|
|
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
|
|
safe-transmute = "0.11.0"
|