Files
cdk/integration_test/Cargo.toml
thesimplekid 25c3620ecc init commit
2023-04-23 00:32:40 -04:00

11 lines
277 B
TOML

[package]
name = "integration_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cashu-rs = { path = ".." }
url = "2.3.1"
tokio = { version = "1.27.0", features = ["full"] }