mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 19:21:52 +01:00
15 lines
341 B
TOML
15 lines
341 B
TOML
|
[package]
|
||
|
name = "rust"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = "4.1.4"
|
||
|
dirs = "4.0.0"
|
||
|
eyre = "0.6.8"
|
||
|
platform-info = "1.0.2"
|
||
|
reqwest = { version = "0.11.14", features = ["stream", "blocking", "deflate"] }
|
||
|
tempfile = "3.3.0"
|