marine/examples/url-downloader/curl/Cargo.toml

14 lines
245 B
TOML
Raw Normal View History

2020-09-11 12:58:38 +00:00
[package]
name = "curl"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
path = "src/main.rs"
name = "curl"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
log = "0.4.8"