mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-13 07:05:33 +00:00
14 lines
242 B
TOML
14 lines
242 B
TOML
[package]
|
|
name = "wasm_greeting"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "greeting"
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
|