mirror of
https://github.com/fluencelabs/examples
synced 2025-03-14 15:20:52 +00:00
16 lines
232 B
TOML
16 lines
232 B
TOML
[package]
|
|
name = "echo-service"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Team"]
|
|
edition = "2018"
|
|
|
|
|
|
[[bin]]
|
|
name = "echo_service"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = { version="0.10.1", feature=["log"]}
|
|
log = "0.4.14"
|
|
|