Files
examples/aqua-examples/decentralized-blockchain-gateway/wasm-modules/curl-adapter/Cargo.toml
renovate[bot] c8b36a4998 Update Marine Rust SDK to 0.7.1 (#394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 20:11:52 -05:00

15 lines
216 B
TOML

[package]
name = "curl_adapter"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
path = "src/main.rs"
name = "curl_adapter"
[dependencies]
marine-rs-sdk = "0.7.1"
log = "0.4.8"