mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
12 lines
278 B
TOML
12 lines
278 B
TOML
[package]
|
|
name = "e2e_tests"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thirtyfour = "0.31"
|
|
tokio = { version = "1.26", features = ["full"] }
|
|
anyhow = "1.0"
|