mirror of
https://github.com/fluencelabs/examples
synced 2025-03-14 15:20:52 +00:00
15 lines
217 B
TOML
15 lines
217 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.10.1"
|
|
log = "0.4.8"
|