marine/examples/url-downloader/curl_adapter/Cargo.toml
2020-12-09 15:57:10 +03:00

14 lines
261 B
TOML

[package]
name = "curl_adapter"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
path = "src/main.rs"
name = "curl_adapter"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
log = "0.4.8"