mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 23:05:31 +00:00
19 lines
312 B
TOML
19 lines
312 B
TOML
[package]
|
|
name = "arguments-passing-test"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "arguments_passing_pure"
|
|
path = "src/pure.rs"
|
|
|
|
[[bin]]
|
|
name = "arguments_passing_effector"
|
|
path = "src/effector.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.6.5"
|
|
safe-transmute = "0.11.0"
|