examples/par-greeter/echo-service/Cargo.toml
2021-04-08 00:08:22 -05:00

16 lines
225 B
TOML

[package]
name = "echo-service"
version = "0.1.0"
authors = ["Fluence Team"]
edition = "2018"
[[bin]]
name = "echo_service"
path = "src/main.rs"
[dependencies]
fluence = { version="0.5.0", feature=["log"]}
log = "0.4.14"