mirror of
https://github.com/fluencelabs/examples
synced 2024-12-12 22:55:32 +00:00
13 lines
365 B
TOML
13 lines
365 B
TOML
[package]
|
|
name = "extract_miner_address"
|
|
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]
|
|
marine-rs-sdk = { version = "=0.7.0", features = ["logger"] }
|
|
log = "0.4.8"
|
|
serde_json = "1.0.64"
|