examples/multi-service/block_getter/Cargo.toml
2021-03-03 14:33:26 -06:00

14 lines
369 B
TOML

[package]
name = "block_getter"
version = "0.1.0"
authors = ["boneyard93501 <4523011+boneyard93501@users.noreply.github.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fluence = { version = "=0.3.3", features = ["logger"] }
log = "0.4.8"
serde_json = "1.0.64"
fstrings = "0.2.3"