mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 11:01:47 +01:00
30 lines
672 B
TOML
30 lines
672 B
TOML
[package]
|
|
name = "dagger-sdk"
|
|
version = "0.2.19"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license-file = "LICENSE.MIT"
|
|
description = "A dagger sdk for rust, written in rust"
|
|
repository = "https://github.com/kjuulh/dagger-rs"
|
|
publish = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dagger-core = { workspace = true }
|
|
|
|
eyre = { workspace = true }
|
|
tokio = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
base64 = "0.21.0"
|
|
futures = "0.3.27"
|
|
gql_client = "1.0.7"
|
|
derive_builder = "0.12.0"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|
|
rand = "0.8.5"
|
|
genco = "0.17.3"
|