otto/stdlib/archive/Cargo.toml

17 lines
467 B
TOML

[package]
name = "archive-step"
version = "0.1.0"
authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018"
[dependencies]
async-std = { version = "1", features = ["attributes"] }
flate2 = "1"
glob = "0.3"
otto-agent = { path = "../../crates/agent" }
serde = {version = "1", features = ["derive"]}
# Not using the curl-client default feature to ensure that builds won't require
# libcurl for now
surf = { version = "2", features = ["h1-client"]}
tar = "0.4"