examples/par-greeter/echo-service/Cargo.toml

16 lines
225 B
TOML
Raw Normal View History

2021-04-08 05:08:22 +00:00
[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"